Html Css Color HEX #CC19D7 Deep Magenta

📋 copy color: '#CC19D7'

red 204 ◦ green 25 ◦ blue 215

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

Shades of Deep Magenta #CC19D7

Tints of Deep Magenta #CC19D7

RGB

 RED value IS 204 (80.08% from 255) = 45.95%

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

 BLUE value IS 215 (84.38% from 255) = 48.42%

R = 45.95%
G = 5.63%
B = 48.42%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC19D7 (or 0xCC19D7) is known color: Deep Magenta. HEX triplet: CC, 19 and D7. RGB value is (204,25,215). Sum of RGB (Red+Green+Blue) = 204+25+215=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC19D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC19D7 is #33E628. Grayscale: #636363. Windows color (decimal): -3401257 or 14096844. OLE color: 14096844.

HSL color Cylindrical-coordinate representation of color #CC19D7: hue angle of 296.53º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC19D7 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 25 215 -
CMYK 0.05 0.88 0 0.16
HSL 296.53º 0.79% 0.47% -
HSV(B) 296.53º 0.88% 0.84% -
XYZ 37.52 18.44 65.87 -
YUV 100.18 192.8 202.05 -
System Red Green Blue C M Y K H S L
Decimal 204 25 215 0.05 0.88 0 0.16 296.53 0.79 0.47
Hex CC 19 D7 5 58 0 10 129 4F 2F
Octal 314 31 327 5 130 0 20 451 117 57
Binary 11001100 11001 11010111 101 1011000 0 10000 100101001 1001111 101111

Color Harmonies of #CC19D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC19D7

Black with #CC19D7

Text Example


Text Example

White with #CC19D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC19D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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