Html Css Color HEX #C962CA Fuchsia

📋 copy color: '#C962CA'

red 201 ◦ green 98 ◦ blue 202

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

Shades of Fuchsia #C962CA

Tints of Fuchsia #C962CA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.56%

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

R = 40.12%
G = 19.56%
B = 40.32%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C962CA (or 0xC962CA) is known color: Fuchsia. HEX triplet: C9, 62 and CA. RGB value is (201,98,202). Sum of RGB (Red+Green+Blue) = 201+98+202=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #C962CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962CA is #369D35. Grayscale: #8C8C8C. Windows color (decimal): -3579190 or 13263561. OLE color: 13263561.

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

Color convert

RGB 201 98 202 -
CMYK 0.00 0.51 0 0.21
HSL 299.42º 0.5% 0.59% -
HSV(B) 299.42º 0.51% 0.79% -
XYZ 39.12 25.42 58.72 -
YUV 140.65 162.62 171.04 -
System Red Green Blue C M Y K H S L
Decimal 201 98 202 0.00 0.51 0 0.21 299.42 0.5 0.59
Hex C9 62 CA 0 33 0 15 12B 32 3B
Octal 311 142 312 0 63 0 25 453 62 73
Binary 11001001 1100010 11001010 0 110011 0 10101 100101011 110010 111011

Color Harmonies of #C962CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C962CA

Black with #C962CA

Text Example


Text Example

White with #C962CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C962CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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