Html Css Color HEX #CB61CB Fuchsia

📋 copy color: '#CB61CB'

red 203 ◦ green 97 ◦ blue 203

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

Shades of Fuchsia #CB61CB

Tints of Fuchsia #CB61CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.28%

 BLUE value IS 203 (79.69% from 255) = 40.36%

R = 40.36%
G = 19.28%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB61CB (or 0xCB61CB) is known color: Fuchsia. HEX triplet: CB, 61 and CB. RGB value is (203,97,203). Sum of RGB (Red+Green+Blue) = 203+97+203=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB61CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61CB is #349E34. Grayscale: #8C8C8C. Windows color (decimal): -3448373 or 13328843. OLE color: 13328843.

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

Color convert

RGB 203 97 203 -
CMYK 0 0.52 0 0.20
HSL 300º 0.5% 0.59% -
HSV(B) 300º 0.52% 0.8% -
XYZ 39.68 25.56 59.34 -
YUV 140.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 203 97 203 0 0.52 0 0.20 300 0.5 0.59
Hex CB 61 CB 0 34 0 14 12C 32 3B
Octal 313 141 313 0 64 0 24 454 62 73
Binary 11001011 1100001 11001011 0 110100 0 10100 100101100 110010 111011

Color Harmonies of #CB61CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB61CB

Black with #CB61CB

Text Example


Text Example

White with #CB61CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB61CB; }

 p { color: rgb(203,97,203); }

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

background-color css

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

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

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

border-color css

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

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

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