Html Css Color HEX #C842CE Fuchsia

📋 copy color: '#C842CE'

red 200 ◦ green 66 ◦ blue 206

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

Shades of Fuchsia #C842CE

Tints of Fuchsia #C842CE

RGB

 RED value IS 200 (78.52% from 255) = 42.37%

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 42.37%
G = 13.98%
B = 43.64%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C842CE (or 0xC842CE) is known color: Fuchsia. HEX triplet: C8, 42 and CE. RGB value is (200,66,206). Sum of RGB (Red+Green+Blue) = 200+66+206=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #C842CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C842CE is #37BD31. Grayscale: #797979. Windows color (decimal): -3652914 or 13517512. OLE color: 13517512.

HSL color Cylindrical-coordinate representation of color #C842CE: hue angle of 297.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C842CE is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 66 206 -
CMYK 0.03 0.68 0 0.19
HSL 297.43º 0.59% 0.53% -
HSV(B) 297.43º 0.68% 0.81% -
XYZ 36.91 20.63 60.43 -
YUV 122.03 175.39 183.62 -
System Red Green Blue C M Y K H S L
Decimal 200 66 206 0.03 0.68 0 0.19 297.43 0.59 0.53
Hex C8 42 CE 3 44 0 13 129 3B 35
Octal 310 102 316 3 104 0 23 451 73 65
Binary 11001000 1000010 11001110 11 1000100 0 10011 100101001 111011 110101

Color Harmonies of #C842CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C842CE

Black with #C842CE

Text Example


Text Example

White with #C842CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C842CE; }

 p { color: rgb(200,66,206); }

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

background-color css

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

 a { background-color: rgb(200,66,206); }

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

border-color css

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

 span { border-color: rgb(200,66,206); }

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