#CB42C7

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

Shades of Fuchsia #CB42C7

Tints of Fuchsia #CB42C7

Color information

#CB42C7 (or 0xCB42C7) is unknown color: approx Fuchsia. HEX triplet: CB, 42 and C7. RGB value is (203,66,199). Sum of RGB (Red+Green+Blue) = 203+66+199=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB42C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42C7 is #34BD38. Grayscale: #797979. Windows color (decimal): -3456313 or 13058763. OLE color: 13058763.

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

Color convert

RGB20366199-
CMYK00.670.020.20
HSL301.75º56.85%52.75%-
HSV(B)301.75º67.49%79.61%-
XYZ36.8920.7256.09-
YUV122.12171.39185.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 66 (26.17% from 255) = 14.10%
BLUE value IS 199 (78.12% from 255) = 42.52%
R=43.38%
G=14.10%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036619900.670.020.20301.7556.8552.75
HexCB42C704321412e3935
Octal31310230701032244567165
Binary11001011100001011000111010000111010100100101110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB42C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB42C7; }

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

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

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

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

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

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

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

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