Html Css Color HEX #CC19D6 Deep Magenta

📋 copy color: '#CC19D6'

red 204 ◦ green 25 ◦ blue 214

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

Shades of Deep Magenta #CC19D6

Tints of Deep Magenta #CC19D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.31%

R = 46.05%
G = 5.64%
B = 48.31%

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

#CC19D6 (or 0xCC19D6) is known color: Deep Magenta. HEX triplet: CC, 19 and D6. RGB value is (204,25,214). Sum of RGB (Red+Green+Blue) = 204+25+214=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC19D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC19D6 is #33E629. Grayscale: #636363. Windows color (decimal): -3401258 or 14031308. OLE color: 14031308.

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

Color convert

RGB 204 25 214 -
CMYK 0.05 0.88 0 0.16
HSL 296.83º 0.79% 0.47% -
HSV(B) 296.83º 0.88% 0.84% -
XYZ 37.39 18.39 65.2 -
YUV 100.07 192.3 202.13 -
System Red Green Blue C M Y K H S L
Decimal 204 25 214 0.05 0.88 0 0.16 296.83 0.79 0.47
Hex CC 19 D6 5 58 0 10 129 4F 2F
Octal 314 31 326 5 130 0 20 451 117 57
Binary 11001100 11001 11010110 101 1011000 0 10000 100101001 1001111 101111

Color Harmonies of #CC19D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC19D6

Black with #CC19D6

Text Example


Text Example

White with #CC19D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC19D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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