Html Css Color HEX #CC1A99 Medium Violet Red

📋 copy color: '#CC1A99'

red 204 ◦ green 26 ◦ blue 153

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

Shades of Medium Violet Red #CC1A99

Tints of Medium Violet Red #CC1A99

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.79%

 BLUE value IS 153 (60.16% from 255) = 39.95%

R = 53.26%
G = 6.79%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC1A99 (or 0xCC1A99) is known color: Medium Violet Red. HEX triplet: CC, 1A and 99. RGB value is (204,26,153). Sum of RGB (Red+Green+Blue) = 204+26+153=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1A99 is #33E566. Grayscale: #5D5D5D. Windows color (decimal): -3401063 or 10033868. OLE color: 10033868.

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

Color convert

RGB 204 26 153 -
CMYK 0 0.87 0.25 0.2
HSL 317.19º 0.77% 0.45% -
HSV(B) 317.19º 0.87% 0.8% -
XYZ 31.02 15.88 31.57 -
YUV 93.7 161.47 206.67 -
System Red Green Blue C M Y K H S L
Decimal 204 26 153 0 0.87 0.25 0.2 317.19 0.77 0.45
Hex CC 1A 99 0 57 19 14 13D 4D 2D
Octal 314 32 231 0 127 31 24 475 115 55
Binary 11001100 11010 10011001 0 1010111 11001 10100 100111101 1001101 101101

Color Harmonies of #CC1A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A99

Black with #CC1A99

Text Example


Text Example

White with #CC1A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A99; }

 p { color: rgb(204,26,153); }

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

background-color css

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

 a { background-color: rgb(204,26,153); }

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

border-color css

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

 span { border-color: rgb(204,26,153); }

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