Html Css Color HEX #C961CE Fuchsia

📋 copy color: '#C961CE'

red 201 ◦ green 97 ◦ blue 206

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

Shades of Fuchsia #C961CE

Tints of Fuchsia #C961CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 39.88%
G = 19.25%
B = 40.87%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C961CE (or 0xC961CE) is known color: Fuchsia. HEX triplet: C9, 61 and CE. RGB value is (201,97,206). Sum of RGB (Red+Green+Blue) = 201+97+206=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #C961CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961CE is #369E31. Grayscale: #8C8C8C. Windows color (decimal): -3579442 or 13525449. OLE color: 13525449.

HSL color Cylindrical-coordinate representation of color #C961CE: hue angle of 297.25º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C961CE is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 97 206 -
CMYK 0.02 0.53 0 0.19
HSL 297.25º 0.53% 0.59% -
HSV(B) 297.25º 0.53% 0.81% -
XYZ 39.5 25.42 61.22 -
YUV 140.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 201 97 206 0.02 0.53 0 0.19 297.25 0.53 0.59
Hex C9 61 CE 2 35 0 13 129 35 3B
Octal 311 141 316 2 65 0 23 451 65 73
Binary 11001001 1100001 11001110 10 110101 0 10011 100101001 110101 111011

Color Harmonies of #C961CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961CE

Black with #C961CE

Text Example


Text Example

White with #C961CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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