Html Css Color HEX #CC14BE Deep Magenta

📋 copy color: '#CC14BE'

red 204 ◦ green 20 ◦ blue 190

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

Shades of Deep Magenta #CC14BE

Tints of Deep Magenta #CC14BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 49.28%
G = 4.83%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC14BE (or 0xCC14BE) is known color: Deep Magenta. HEX triplet: CC, 14 and BE. RGB value is (204,20,190). Sum of RGB (Red+Green+Blue) = 204+20+190=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC14BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC14BE is #33EB41. Grayscale: #5D5D5D. Windows color (decimal): -3402562 or 12457164. OLE color: 12457164.

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

Color convert

RGB 204 20 190 -
CMYK 0 0.90 0.07 0.2
HSL 304.57º 0.82% 0.44% -
HSV(B) 304.57º 0.9% 0.8% -
XYZ 34.45 17.06 50.19 -
YUV 94.4 181.96 206.18 -
System Red Green Blue C M Y K H S L
Decimal 204 20 190 0 0.90 0.07 0.2 304.57 0.82 0.44
Hex CC 14 BE 0 5A 7 14 131 52 2C
Octal 314 24 276 0 132 7 24 461 122 54
Binary 11001100 10100 10111110 0 1011010 111 10100 100110001 1010010 101100

Color Harmonies of #CC14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC14BE

Black with #CC14BE

Text Example


Text Example

White with #CC14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC14BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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