Html Css Color HEX #CB61C9 Fuchsia

📋 copy color: '#CB61C9'

red 203 ◦ green 97 ◦ blue 201

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

Shades of Fuchsia #CB61C9

Tints of Fuchsia #CB61C9

RGB

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

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

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

R = 40.52%
G = 19.36%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CB61C9 (or 0xCB61C9) is known color: Fuchsia. HEX triplet: CB, 61 and C9. RGB value is (203,97,201). Sum of RGB (Red+Green+Blue) = 203+97+201=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB61C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61C9 is #349E36. Grayscale: #8C8C8C. Windows color (decimal): -3448375 or 13197771. OLE color: 13197771.

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

Color convert

RGB 203 97 201 -
CMYK 0 0.52 0.01 0.20
HSL 301.13º 0.5% 0.59% -
HSV(B) 301.13º 0.52% 0.8% -
XYZ 39.45 25.46 58.09 -
YUV 140.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 203 97 201 0 0.52 0.01 0.20 301.13 0.5 0.59
Hex CB 61 C9 0 34 1 14 12D 32 3B
Octal 313 141 311 0 64 1 24 455 62 73
Binary 11001011 1100001 11001001 0 110100 1 10100 100101101 110010 111011

Color Harmonies of #CB61C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB61C9

Black with #CB61C9

Text Example


Text Example

White with #CB61C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB61C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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