Html Css Color HEX #CC14A8 Medium Violet Red

📋 copy color: '#CC14A8'

red 204 ◦ green 20 ◦ blue 168

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

Shades of Medium Violet Red #CC14A8

Tints of Medium Violet Red #CC14A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.86%

R = 52.04%
G = 5.1%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CC14A8 (or 0xCC14A8) is known color: Medium Violet Red. HEX triplet: CC, 14 and A8. RGB value is (204,20,168). Sum of RGB (Red+Green+Blue) = 204+20+168=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC14A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC14A8 is #33EB57. Grayscale: #5B5B5B. Windows color (decimal): -3402584 or 11015372. OLE color: 11015372.

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

Color convert

RGB 204 20 168 -
CMYK 0 0.90 0.18 0.2
HSL 311.74º 0.82% 0.44% -
HSV(B) 311.74º 0.9% 0.8% -
XYZ 32.22 16.16 38.47 -
YUV 91.89 170.96 207.97 -
System Red Green Blue C M Y K H S L
Decimal 204 20 168 0 0.90 0.18 0.2 311.74 0.82 0.44
Hex CC 14 A8 0 5A 12 14 138 52 2C
Octal 314 24 250 0 132 22 24 470 122 54
Binary 11001100 10100 10101000 0 1011010 10010 10100 100111000 1010010 101100

Color Harmonies of #CC14A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC14A8

Black with #CC14A8

Text Example


Text Example

White with #CC14A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC14A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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