Html Css Color HEX #C962CD Fuchsia

📋 copy color: '#C962CD'

red 201 ◦ green 98 ◦ blue 205

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

Shades of Fuchsia #C962CD

Tints of Fuchsia #C962CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 39.88%
G = 19.44%
B = 40.67%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C962CD (or 0xC962CD) is known color: Fuchsia. HEX triplet: C9, 62 and CD. RGB value is (201,98,205). Sum of RGB (Red+Green+Blue) = 201+98+205=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #C962CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962CD is #369D32. Grayscale: #8C8C8C. Windows color (decimal): -3579187 or 13460169. OLE color: 13460169.

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

Color convert

RGB 201 98 205 -
CMYK 0.02 0.52 0 0.20
HSL 297.76º 0.52% 0.59% -
HSV(B) 297.76º 0.52% 0.8% -
XYZ 39.47 25.56 60.61 -
YUV 141 164.12 170.8 -
System Red Green Blue C M Y K H S L
Decimal 201 98 205 0.02 0.52 0 0.20 297.76 0.52 0.59
Hex C9 62 CD 2 34 0 14 12A 34 3B
Octal 311 142 315 2 64 0 24 452 64 73
Binary 11001001 1100010 11001101 10 110100 0 10100 100101010 110100 111011

Color Harmonies of #C962CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C962CD

Black with #C962CD

Text Example


Text Example

White with #C962CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C962CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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