Html Css Color HEX #C919CE Deep Magenta

📋 copy color: '#C919CE'

red 201 ◦ green 25 ◦ blue 206

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

Shades of Deep Magenta #C919CE

Tints of Deep Magenta #C919CE

RGB

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

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

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

R = 46.53%
G = 5.79%
B = 47.69%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C919CE (or 0xC919CE) is known color: Deep Magenta. HEX triplet: C9, 19 and CE. RGB value is (201,25,206). Sum of RGB (Red+Green+Blue) = 201+25+206=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #C919CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919CE is #36E631. Grayscale: #616161. Windows color (decimal): -3597874 or 13507017. OLE color: 13507017.

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

Color convert

RGB 201 25 206 -
CMYK 0.02 0.88 0 0.19
HSL 298.34º 0.78% 0.45% -
HSV(B) 298.34º 0.88% 0.81% -
XYZ 35.58 17.57 59.91 -
YUV 98.26 188.81 201.28 -
System Red Green Blue C M Y K H S L
Decimal 201 25 206 0.02 0.88 0 0.19 298.34 0.78 0.45
Hex C9 19 CE 2 58 0 13 12A 4E 2D
Octal 311 31 316 2 130 0 23 452 116 55
Binary 11001001 11001 11001110 10 1011000 0 10011 100101010 1001110 101101

Color Harmonies of #C919CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C919CE

Black with #C919CE

Text Example


Text Example

White with #C919CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C919CE; }

 p { color: rgb(201,25,206); }

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

background-color css

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

 a { background-color: rgb(201,25,206); }

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

border-color css

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

 span { border-color: rgb(201,25,206); }

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