Html Css Color HEX #C960CE Fuchsia

📋 copy color: '#C960CE'

red 201 ◦ green 96 ◦ blue 206

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

Shades of Fuchsia #C960CE

Tints of Fuchsia #C960CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.09%

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

R = 39.96%
G = 19.09%
B = 40.95%

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

#C960CE (or 0xC960CE) is known color: Fuchsia. HEX triplet: C9, 60 and CE. RGB value is (201,96,206). Sum of RGB (Red+Green+Blue) = 201+96+206=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #C960CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960CE is #369F31. Grayscale: #8B8B8B. Windows color (decimal): -3579698 or 13525193. OLE color: 13525193.

HSL color Cylindrical-coordinate representation of color #C960CE: hue angle of 297.27º 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 #C960CE is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 96 206 -
CMYK 0.02 0.53 0 0.19
HSL 297.27º 0.53% 0.59% -
HSV(B) 297.27º 0.53% 0.81% -
XYZ 39.41 25.24 61.19 -
YUV 139.94 165.29 171.56 -
System Red Green Blue C M Y K H S L
Decimal 201 96 206 0.02 0.53 0 0.19 297.27 0.53 0.59
Hex C9 60 CE 2 35 0 13 129 35 3B
Octal 311 140 316 2 65 0 23 451 65 73
Binary 11001001 1100000 11001110 10 110101 0 10011 100101001 110101 111011

Color Harmonies of #C960CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C960CE

Black with #C960CE

Text Example


Text Example

White with #C960CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C960CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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