Html Css Color HEX #CC129A Medium Violet Red

📋 copy color: '#CC129A'

red 204 ◦ green 18 ◦ blue 154

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

Shades of Medium Violet Red #CC129A

Tints of Medium Violet Red #CC129A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.79%

 BLUE value IS 154 (60.55% from 255) = 40.96%

R = 54.26%
G = 4.79%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC129A (or 0xCC129A) is known color: Medium Violet Red. HEX triplet: CC, 12 and 9A. RGB value is (204,18,154). Sum of RGB (Red+Green+Blue) = 204+18+154=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC129A is #33ED65. Grayscale: #585858. Windows color (decimal): -3403110 or 10097356. OLE color: 10097356.

HSL color Cylindrical-coordinate representation of color #CC129A: hue angle of 316.13º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC129A is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 18 154 -
CMYK 0 0.91 0.25 0.2
HSL 316.13º 0.84% 0.44% -
HSV(B) 316.13º 0.91% 0.8% -
XYZ 30.95 15.6 31.95 -
YUV 89.12 164.62 209.94 -
System Red Green Blue C M Y K H S L
Decimal 204 18 154 0 0.91 0.25 0.2 316.13 0.84 0.44
Hex CC 12 9A 0 5B 19 14 13C 54 2C
Octal 314 22 232 0 133 31 24 474 124 54
Binary 11001100 10010 10011010 0 1011011 11001 10100 100111100 1010100 101100

Color Harmonies of #CC129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC129A

Black with #CC129A

Text Example


Text Example

White with #CC129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC129A; }

 p { color: rgb(204,18,154); }

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

background-color css

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

 a { background-color: rgb(204,18,154); }

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

border-color css

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

 span { border-color: rgb(204,18,154); }

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