#CB4FC5

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

Shades of Fuchsia #CB4FC5

Tints of Fuchsia #CB4FC5

Color information

#CB4FC5 (or 0xCB4FC5) is unknown color: approx Fuchsia. HEX triplet: CB, 4F and C5. RGB value is (203,79,197). Sum of RGB (Red+Green+Blue) = 203+79+197=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4FC5 is #34B03A. Grayscale: #818181. Windows color (decimal): -3452987 or 12931019. OLE color: 12931019.

HSL color Cylindrical-coordinate representation of color #CB4FC5: hue angle of 302.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB4FC5 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB20379197-
CMYK00.610.030.20
HSL302.9º54.39%55.29%-
HSV(B)302.9º61.08%79.61%-
XYZ37.522.3255.15-
YUV129.53166.08180.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 79 (31.25% from 255) = 16.49%
BLUE value IS 197 (77.34% from 255) = 41.13%
R=42.38%
G=16.49%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037919700.610.030.20302.954.3955.29
HexCB4FC503D31412f3637
Octal3131173050753244576667
Binary1100101110011111100010101111011110100100101111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4FC5; }

 p { color: rgb(203,79,197); }

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

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

 a { background-color: rgb(203,79,197); }

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

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

 span { border-color: rgb(203,79,197); }

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