Html Css Color HEX #CC1AAC Medium Violet Red

📋 copy color: '#CC1AAC'

red 204 ◦ green 26 ◦ blue 172

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

Shades of Medium Violet Red #CC1AAC

Tints of Medium Violet Red #CC1AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.79%

R = 50.75%
G = 6.47%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC1AAC (or 0xCC1AAC) is known color: Medium Violet Red. HEX triplet: CC, 1A and AC. RGB value is (204,26,172). Sum of RGB (Red+Green+Blue) = 204+26+172=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1AAC is #33E553. Grayscale: #5F5F5F. Windows color (decimal): -3401044 or 11279052. OLE color: 11279052.

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

Color convert

RGB 204 26 172 -
CMYK 0 0.87 0.16 0.2
HSL 310.79º 0.77% 0.45% -
HSV(B) 310.79º 0.87% 0.8% -
XYZ 32.72 16.55 40.5 -
YUV 95.87 170.97 205.13 -
System Red Green Blue C M Y K H S L
Decimal 204 26 172 0 0.87 0.16 0.2 310.79 0.77 0.45
Hex CC 1A AC 0 57 10 14 137 4D 2D
Octal 314 32 254 0 127 20 24 467 115 55
Binary 11001100 11010 10101100 0 1010111 10000 10100 100110111 1001101 101101

Color Harmonies of #CC1AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1AAC

Black with #CC1AAC

Text Example


Text Example

White with #CC1AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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