Html Css Color HEX #C219CB Deep Magenta

📋 copy color: '#C219CB'

red 194 ◦ green 25 ◦ blue 203

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

Shades of Deep Magenta #C219CB

Tints of Deep Magenta #C219CB

RGB

 RED value IS 194 (76.17% from 255) = 45.97%

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

 BLUE value IS 203 (79.69% from 255) = 48.1%

R = 45.97%
G = 5.92%
B = 48.1%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C219CB (or 0xC219CB) is known color: Deep Magenta. HEX triplet: C2, 19 and CB. RGB value is (194,25,203). Sum of RGB (Red+Green+Blue) = 194+25+203=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #C219CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C219CB is #3DE634. Grayscale: #5F5F5F. Windows color (decimal): -4056629 or 13310402. OLE color: 13310402.

HSL color Cylindrical-coordinate representation of color #C219CB: hue angle of 296.97º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C219CB is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 25 203 -
CMYK 0.04 0.88 0 0.20
HSL 296.97º 0.78% 0.45% -
HSV(B) 296.97º 0.88% 0.8% -
XYZ 33.38 16.48 57.92 -
YUV 95.82 188.49 198.03 -
System Red Green Blue C M Y K H S L
Decimal 194 25 203 0.04 0.88 0 0.20 296.97 0.78 0.45
Hex C2 19 CB 4 58 0 14 129 4E 2D
Octal 302 31 313 4 130 0 24 451 116 55
Binary 11000010 11001 11001011 100 1011000 0 10100 100101001 1001110 101101

Color Harmonies of #C219CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C219CB

Black with #C219CB

Text Example


Text Example

White with #C219CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C219CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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