Html Css Color HEX #CB4CC9 Fuchsia

📋 copy color: '#CB4CC9'

red 203 ◦ green 76 ◦ blue 201

#CB4CC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CB4CC9

Tints of Fuchsia #CB4CC9

RGB

 RED value IS 203 (79.69% from 255) = 42.29%

 GREEN value IS 76 (30.08% from 255) = 15.83%

 BLUE value IS 201 (78.91% from 255) = 41.88%

R = 42.29%
G = 15.83%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CB4CC9 (or 0xCB4CC9) is known color: Fuchsia. HEX triplet: CB, 4C and C9. RGB value is (203,76,201). Sum of RGB (Red+Green+Blue) = 203+76+201=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4CC9 is #34B336. Grayscale: #7F7F7F. Windows color (decimal): -3453751 or 13192395. OLE color: 13192395.

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

Color convert

RGB 203 76 201 -
CMYK 0 0.63 0.01 0.20
HSL 300.94º 0.55% 0.55% -
HSV(B) 300.94º 0.63% 0.8% -
XYZ 37.76 22.08 57.53 -
YUV 128.22 169.08 181.34 -
System Red Green Blue C M Y K H S L
Decimal 203 76 201 0 0.63 0.01 0.20 300.94 0.55 0.55
Hex CB 4C C9 0 3F 1 14 12D 37 37
Octal 313 114 311 0 77 1 24 455 67 67
Binary 11001011 1001100 11001001 0 111111 1 10100 100101101 110111 110111

Color Harmonies of #CB4CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4CC9

Black with #CB4CC9

Text Example


Text Example

White with #CB4CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4CC9; }

 p { color: rgb(203,76,201); }

 H1.HeaderClassName
 {
   color: #CB4CC9;
 }
 .AnyTagClassName
 {
   color: #CB4CC9;
 }
</style>

background-color css

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

 a { background-color: rgb(203,76,201); }

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

border-color css

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

 span { border-color: rgb(203,76,201); }

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