Html Css Color HEX #CC19BC Deep Magenta

📋 copy color: '#CC19BC'

red 204 ◦ green 25 ◦ blue 188

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

Shades of Deep Magenta #CC19BC

Tints of Deep Magenta #CC19BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.08%

R = 48.92%
G = 6%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC19BC (or 0xCC19BC) is known color: Deep Magenta. HEX triplet: CC, 19 and BC. RGB value is (204,25,188). Sum of RGB (Red+Green+Blue) = 204+25+188=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC19BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC19BC is #33E643. Grayscale: #606060. Windows color (decimal): -3401284 or 12327372. OLE color: 12327372.

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

Color convert

RGB 204 25 188 -
CMYK 0 0.88 0.08 0.2
HSL 305.36º 0.78% 0.45% -
HSV(B) 305.36º 0.88% 0.8% -
XYZ 34.33 17.16 49.08 -
YUV 97.1 179.3 204.25 -
System Red Green Blue C M Y K H S L
Decimal 204 25 188 0 0.88 0.08 0.2 305.36 0.78 0.45
Hex CC 19 BC 0 58 8 14 131 4E 2D
Octal 314 31 274 0 130 10 24 461 116 55
Binary 11001100 11001 10111100 0 1011000 1000 10100 100110001 1001110 101101

Color Harmonies of #CC19BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC19BC

Black with #CC19BC

Text Example


Text Example

White with #CC19BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC19BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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