Html Css Color HEX #C819C2 Deep Magenta

📋 copy color: '#C819C2'

red 200 ◦ green 25 ◦ blue 194

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

Shades of Deep Magenta #C819C2

Tints of Deep Magenta #C819C2

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.97%

 BLUE value IS 194 (76.17% from 255) = 46.3%

R = 47.73%
G = 5.97%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C819C2 (or 0xC819C2) is known color: Deep Magenta. HEX triplet: C8, 19 and C2. RGB value is (200,25,194). Sum of RGB (Red+Green+Blue) = 200+25+194=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C819C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C819C2 is #37E63D. Grayscale: #606060. Windows color (decimal): -3663422 or 12720584. OLE color: 12720584.

HSL color Cylindrical-coordinate representation of color #C819C2: hue angle of 302.06º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C819C2 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 25 194 -
CMYK 0 0.88 0.03 0.22
HSL 302.06º 0.78% 0.44% -
HSV(B) 302.06º 0.88% 0.78% -
XYZ 33.9 16.87 52.51 -
YUV 96.59 182.98 201.76 -
System Red Green Blue C M Y K H S L
Decimal 200 25 194 0 0.88 0.03 0.22 302.06 0.78 0.44
Hex C8 19 C2 0 58 3 16 12E 4E 2C
Octal 310 31 302 0 130 3 26 456 116 54
Binary 11001000 11001 11000010 0 1011000 11 10110 100101110 1001110 101100

Color Harmonies of #C819C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C819C2

Black with #C819C2

Text Example


Text Example

White with #C819C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C819C2; }

 p { color: rgb(200,25,194); }

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

background-color css

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

 a { background-color: rgb(200,25,194); }

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

border-color css

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

 span { border-color: rgb(200,25,194); }

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