Html Css Color HEX #CC14AA Medium Violet Red

📋 copy color: '#CC14AA'

red 204 ◦ green 20 ◦ blue 170

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

Shades of Medium Violet Red #CC14AA

Tints of Medium Violet Red #CC14AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 51.78%
G = 5.08%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC14AA (or 0xCC14AA) is known color: Medium Violet Red. HEX triplet: CC, 14 and AA. RGB value is (204,20,170). Sum of RGB (Red+Green+Blue) = 204+20+170=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC14AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC14AA is #33EB55. Grayscale: #5B5B5B. Windows color (decimal): -3402582 or 11146444. OLE color: 11146444.

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

Color convert

RGB 204 20 170 -
CMYK 0 0.90 0.17 0.2
HSL 311.09º 0.82% 0.44% -
HSV(B) 311.09º 0.9% 0.8% -
XYZ 32.41 16.24 39.46 -
YUV 92.12 171.96 207.8 -
System Red Green Blue C M Y K H S L
Decimal 204 20 170 0 0.90 0.17 0.2 311.09 0.82 0.44
Hex CC 14 AA 0 5A 11 14 137 52 2C
Octal 314 24 252 0 132 21 24 467 122 54
Binary 11001100 10100 10101010 0 1011010 10001 10100 100110111 1010010 101100

Color Harmonies of #CC14AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC14AA

Black with #CC14AA

Text Example


Text Example

White with #CC14AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC14AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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