Html Css Color HEX #C961CC Fuchsia

📋 copy color: '#C961CC'

red 201 ◦ green 97 ◦ blue 204

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

Shades of Fuchsia #C961CC

Tints of Fuchsia #C961CC

RGB

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

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

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

R = 40.04%
G = 19.32%
B = 40.64%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C961CC (or 0xC961CC) is known color: Fuchsia. HEX triplet: C9, 61 and CC. RGB value is (201,97,204). Sum of RGB (Red+Green+Blue) = 201+97+204=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #C961CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961CC is #369E33. Grayscale: #8B8B8B. Windows color (decimal): -3579444 or 13394377. OLE color: 13394377.

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

Color convert

RGB 201 97 204 -
CMYK 0.01 0.52 0 0.2
HSL 298.32º 0.51% 0.59% -
HSV(B) 298.32º 0.52% 0.8% -
XYZ 39.26 25.33 59.95 -
YUV 140.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 201 97 204 0.01 0.52 0 0.2 298.32 0.51 0.59
Hex C9 61 CC 1 34 0 14 12A 33 3B
Octal 311 141 314 1 64 0 24 452 63 73
Binary 11001001 1100001 11001100 1 110100 0 10100 100101010 110011 111011

Color Harmonies of #C961CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961CC

Black with #C961CC

Text Example


Text Example

White with #C961CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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