Html Css Color HEX #C961CA Fuchsia

📋 copy color: '#C961CA'

red 201 ◦ green 97 ◦ blue 202

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

Shades of Fuchsia #C961CA

Tints of Fuchsia #C961CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.4%

R = 40.2%
G = 19.4%
B = 40.4%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C961CA (or 0xC961CA) is known color: Fuchsia. HEX triplet: C9, 61 and CA. RGB value is (201,97,202). Sum of RGB (Red+Green+Blue) = 201+97+202=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #C961CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961CA is #369E35. Grayscale: #8B8B8B. Windows color (decimal): -3579446 or 13263305. OLE color: 13263305.

HSL color Cylindrical-coordinate representation of color #C961CA: hue angle of 299.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C961CA is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 97 202 -
CMYK 0.00 0.52 0 0.21
HSL 299.43º 0.5% 0.59% -
HSV(B) 299.43º 0.52% 0.79% -
XYZ 39.02 25.23 58.69 -
YUV 140.07 162.96 171.46 -
System Red Green Blue C M Y K H S L
Decimal 201 97 202 0.00 0.52 0 0.21 299.43 0.5 0.59
Hex C9 61 CA 0 34 0 15 12B 32 3B
Octal 311 141 312 0 64 0 25 453 62 73
Binary 11001001 1100001 11001010 0 110100 0 10101 100101011 110010 111011

Color Harmonies of #C961CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961CA

Black with #C961CA

Text Example


Text Example

White with #C961CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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