Html Css Color HEX #C942CD Fuchsia

📋 copy color: '#C942CD'

red 201 ◦ green 66 ◦ blue 205

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

Shades of Fuchsia #C942CD

Tints of Fuchsia #C942CD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.98%

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

R = 42.58%
G = 13.98%
B = 43.43%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C942CD (or 0xC942CD) is known color: Fuchsia. HEX triplet: C9, 42 and CD. RGB value is (201,66,205). Sum of RGB (Red+Green+Blue) = 201+66+205=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #C942CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942CD is #36BD32. Grayscale: #797979. Windows color (decimal): -3587379 or 13451977. OLE color: 13451977.

HSL color Cylindrical-coordinate representation of color #C942CD: hue angle of 298.27º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C942CD is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 66 205 -
CMYK 0.02 0.68 0 0.20
HSL 298.27º 0.58% 0.53% -
HSV(B) 298.27º 0.68% 0.8% -
XYZ 37.06 20.72 59.8 -
YUV 122.21 174.73 184.2 -
System Red Green Blue C M Y K H S L
Decimal 201 66 205 0.02 0.68 0 0.20 298.27 0.58 0.53
Hex C9 42 CD 2 44 0 14 12A 3A 35
Octal 311 102 315 2 104 0 24 452 72 65
Binary 11001001 1000010 11001101 10 1000100 0 10100 100101010 111010 110101

Color Harmonies of #C942CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942CD

Black with #C942CD

Text Example


Text Example

White with #C942CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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