Html Css Color HEX #C960CC Fuchsia

📋 copy color: '#C960CC'

red 201 ◦ green 96 ◦ blue 204

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

Shades of Fuchsia #C960CC

Tints of Fuchsia #C960CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.72%

R = 40.12%
G = 19.16%
B = 40.72%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C960CC (or 0xC960CC) is known color: Fuchsia. HEX triplet: C9, 60 and CC. RGB value is (201,96,204). Sum of RGB (Red+Green+Blue) = 201+96+204=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #C960CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960CC is #369F33. Grayscale: #8B8B8B. Windows color (decimal): -3579700 or 13394121. OLE color: 13394121.

HSL color Cylindrical-coordinate representation of color #C960CC: hue angle of 298.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C960CC is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 96 204 -
CMYK 0.01 0.53 0 0.2
HSL 298.33º 0.51% 0.59% -
HSV(B) 298.33º 0.53% 0.8% -
XYZ 39.17 25.14 59.92 -
YUV 139.71 164.29 171.72 -
System Red Green Blue C M Y K H S L
Decimal 201 96 204 0.01 0.53 0 0.2 298.33 0.51 0.59
Hex C9 60 CC 1 35 0 14 12A 33 3B
Octal 311 140 314 1 65 0 24 452 63 73
Binary 11001001 1100000 11001100 1 110101 0 10100 100101010 110011 111011

Color Harmonies of #C960CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C960CC

Black with #C960CC

Text Example


Text Example

White with #C960CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C960CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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