#CB42BE

Color #CB42BE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CB42BE

Tints of Fuchsia #CB42BE

Color information

#CB42BE (or 0xCB42BE) is unknown color: approx Fuchsia. HEX triplet: CB, 42 and BE. RGB value is (203,66,190). Sum of RGB (Red+Green+Blue) = 203+66+190=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB42BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42BE is #34BD41. Grayscale: #787878. Windows color (decimal): -3456322 or 12468939. OLE color: 12468939.

HSL color Cylindrical-coordinate representation of color #CB42BE: hue angle of 305.69º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB42BE is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB20366190-
CMYK00.670.060.20
HSL305.69º56.85%52.75%-
HSV(B)305.69º67.49%79.61%-
XYZ35.8720.3150.74-
YUV121.1166.89186.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 44.23%
GREEN value IS 66 (26.17% from 255) = 14.38%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=44.23%
G=14.38%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036619000.670.060.20305.6956.8552.75
HexCB42BE0436141323935
Octal31310227601036244627165
Binary110010111000010101111100100001111010100100110010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB42BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB42BE; }

 p { color: rgb(203,66,190); }

 H1.HeaderClassName
 {
   color: #CB42BE;
 }
 .AnyTagClassName
 {
   color: #CB42BE;
 }
</style>
background-color css

<style>
 a { background-color: #CB42BE; }

 a { background-color: rgb(203,66,190); }

 div.DivClassName
 {
   background-color: #CB42BE;
 }
 .BgClassName
 {
   background-color: #CB42BE;
 }
</style>
border-color css

<style>
 span { border-color: #CB42BE; }

 span { border-color: rgb(203,66,190); }

 td.TdClassName
 {
   border-color: #CB42BE;
 }
 .TagClassName
 {
   border-color: #CB42BE;
 }
</style>