Html Css Color HEX #C842CD Fuchsia

📋 copy color: '#C842CD'

red 200 ◦ green 66 ◦ blue 205

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

Shades of Fuchsia #C842CD

Tints of Fuchsia #C842CD

RGB

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

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

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

R = 42.46%
G = 14.01%
B = 43.52%

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

#C842CD (or 0xC842CD) is known color: Fuchsia. HEX triplet: C8, 42 and CD. RGB value is (200,66,205). Sum of RGB (Red+Green+Blue) = 200+66+205=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #C842CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C842CD is #37BD32. Grayscale: #797979. Windows color (decimal): -3652915 or 13451976. OLE color: 13451976.

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

Color convert

RGB 200 66 205 -
CMYK 0.02 0.68 0 0.20
HSL 297.84º 0.58% 0.53% -
HSV(B) 297.84º 0.68% 0.8% -
XYZ 36.79 20.58 59.79 -
YUV 121.91 174.89 183.7 -
System Red Green Blue C M Y K H S L
Decimal 200 66 205 0.02 0.68 0 0.20 297.84 0.58 0.53
Hex C8 42 CD 2 44 0 14 12A 3A 35
Octal 310 102 315 2 104 0 24 452 72 65
Binary 11001000 1000010 11001101 10 1000100 0 10100 100101010 111010 110101

Color Harmonies of #C842CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C842CD

Black with #C842CD

Text Example


Text Example

White with #C842CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C842CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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