Html Css Color HEX #CC1AA2 Medium Violet Red

📋 copy color: '#CC1AA2'

red 204 ◦ green 26 ◦ blue 162

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

Shades of Medium Violet Red #CC1AA2

Tints of Medium Violet Red #CC1AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.33%

R = 52.04%
G = 6.63%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC1AA2 (or 0xCC1AA2) is known color: Medium Violet Red. HEX triplet: CC, 1A and A2. RGB value is (204,26,162). Sum of RGB (Red+Green+Blue) = 204+26+162=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1AA2 is #33E55D. Grayscale: #5E5E5E. Windows color (decimal): -3401054 or 10623692. OLE color: 10623692.

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

Color convert

RGB 204 26 162 -
CMYK 0 0.87 0.21 0.2
HSL 314.16º 0.77% 0.45% -
HSV(B) 314.16º 0.87% 0.8% -
XYZ 31.79 16.18 35.63 -
YUV 94.73 165.97 205.94 -
System Red Green Blue C M Y K H S L
Decimal 204 26 162 0 0.87 0.21 0.2 314.16 0.77 0.45
Hex CC 1A A2 0 57 15 14 13A 4D 2D
Octal 314 32 242 0 127 25 24 472 115 55
Binary 11001100 11010 10100010 0 1010111 10101 10100 100111010 1001101 101101

Color Harmonies of #CC1AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1AA2

Black with #CC1AA2

Text Example


Text Example

White with #CC1AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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