Html Css Color HEX #C919CC Deep Magenta

📋 copy color: '#C919CC'

red 201 ◦ green 25 ◦ blue 204

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

Shades of Deep Magenta #C919CC

Tints of Deep Magenta #C919CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 46.74%
G = 5.81%
B = 47.44%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C919CC (or 0xC919CC) is known color: Deep Magenta. HEX triplet: C9, 19 and CC. RGB value is (201,25,204). Sum of RGB (Red+Green+Blue) = 201+25+204=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #C919CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919CC is #36E633. Grayscale: #616161. Windows color (decimal): -3597876 or 13375945. OLE color: 13375945.

HSL color Cylindrical-coordinate representation of color #C919CC: hue angle of 298.99º 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 #C919CC is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 25 204 -
CMYK 0.01 0.88 0 0.2
HSL 298.99º 0.78% 0.45% -
HSV(B) 298.99º 0.88% 0.8% -
XYZ 35.33 17.47 58.64 -
YUV 98.03 187.81 201.45 -
System Red Green Blue C M Y K H S L
Decimal 201 25 204 0.01 0.88 0 0.2 298.99 0.78 0.45
Hex C9 19 CC 1 58 0 14 12B 4E 2D
Octal 311 31 314 1 130 0 24 453 116 55
Binary 11001001 11001 11001100 1 1011000 0 10100 100101011 1001110 101101

Color Harmonies of #C919CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C919CC

Black with #C919CC

Text Example


Text Example

White with #C919CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C919CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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