Html Css Color HEX #C961CB Fuchsia

📋 copy color: '#C961CB'

red 201 ◦ green 97 ◦ blue 203

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

Shades of Fuchsia #C961CB

Tints of Fuchsia #C961CB

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C961CB (or 0xC961CB) is known color: Fuchsia. HEX triplet: C9, 61 and CB. RGB value is (201,97,203). Sum of RGB (Red+Green+Blue) = 201+97+203=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #C961CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961CB is #369E34. Grayscale: #8B8B8B. Windows color (decimal): -3579445 or 13328841. OLE color: 13328841.

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

Color convert

RGB 201 97 203 -
CMYK 0.01 0.52 0 0.20
HSL 298.87º 0.5% 0.59% -
HSV(B) 298.87º 0.52% 0.8% -
XYZ 39.14 25.28 59.32 -
YUV 140.18 163.46 171.38 -
System Red Green Blue C M Y K H S L
Decimal 201 97 203 0.01 0.52 0 0.20 298.87 0.5 0.59
Hex C9 61 CB 1 34 0 14 12B 32 3B
Octal 311 141 313 1 64 0 24 453 62 73
Binary 11001001 1100001 11001011 1 110100 0 10100 100101011 110010 111011

Color Harmonies of #C961CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961CB

Black with #C961CB

Text Example


Text Example

White with #C961CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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