#CB42C4

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

Shades of Fuchsia #CB42C4

Tints of Fuchsia #CB42C4

Color information

#CB42C4 (or 0xCB42C4) is unknown color: approx Fuchsia. HEX triplet: CB, 42 and C4. RGB value is (203,66,196). Sum of RGB (Red+Green+Blue) = 203+66+196=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB42C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42C4 is #34BD3B. Grayscale: #797979. Windows color (decimal): -3456316 or 12862155. OLE color: 12862155.

HSL color Cylindrical-coordinate representation of color #CB42C4: hue angle of 303.07º 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 #CB42C4 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB20366196-
CMYK00.670.030.20
HSL303.07º56.85%52.75%-
HSV(B)303.07º67.49%79.61%-
XYZ36.5420.5854.27-
YUV121.78169.89185.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 66 (26.17% from 255) = 14.19%
BLUE value IS 196 (76.95% from 255) = 42.15%
R=43.66%
G=14.19%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036619600.670.030.20303.0756.8552.75
HexCB42C404331412f3935
Octal31310230401033244577165
Binary11001011100001011000100010000111110100100101111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB42C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB42C4; }

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

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

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

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

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

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

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

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