Html Css Color HEX #CC14B2 Deep Magenta

📋 copy color: '#CC14B2'

red 204 ◦ green 20 ◦ blue 178

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

Shades of Deep Magenta #CC14B2

Tints of Deep Magenta #CC14B2

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.98%

 BLUE value IS 178 (69.92% from 255) = 44.28%

R = 50.75%
G = 4.98%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC14B2 (or 0xCC14B2) is known color: Deep Magenta. HEX triplet: CC, 14 and B2. RGB value is (204,20,178). Sum of RGB (Red+Green+Blue) = 204+20+178=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC14B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC14B2 is #33EB4D. Grayscale: #5C5C5C. Windows color (decimal): -3402574 or 11670732. OLE color: 11670732.

HSL color Cylindrical-coordinate representation of color #CC14B2: hue angle of 308.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC14B2 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 178 -
CMYK 0 0.90 0.13 0.2
HSL 308.48º 0.82% 0.44% -
HSV(B) 308.48º 0.9% 0.8% -
XYZ 33.19 16.55 43.57 -
YUV 93.03 175.96 207.15 -
System Red Green Blue C M Y K H S L
Decimal 204 20 178 0 0.90 0.13 0.2 308.48 0.82 0.44
Hex CC 14 B2 0 5A D 14 134 52 2C
Octal 314 24 262 0 132 15 24 464 122 54
Binary 11001100 10100 10110010 0 1011010 1101 10100 100110100 1010010 101100

Color Harmonies of #CC14B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC14B2

Black with #CC14B2

Text Example


Text Example

White with #CC14B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC14B2; }

 p { color: rgb(204,20,178); }

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

background-color css

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

 a { background-color: rgb(204,20,178); }

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

border-color css

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

 span { border-color: rgb(204,20,178); }

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