Html Css Color HEX #CC1EA2 Medium Violet Red

📋 copy color: '#CC1EA2'

red 204 ◦ green 30 ◦ blue 162

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

Shades of Medium Violet Red #CC1EA2

Tints of Medium Violet Red #CC1EA2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.58%

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

R = 51.52%
G = 7.58%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC1EA2 (or 0xCC1EA2) is known color: Medium Violet Red. HEX triplet: CC, 1E and A2. RGB value is (204,30,162). Sum of RGB (Red+Green+Blue) = 204+30+162=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1EA2 is #33E15D. Grayscale: #606060. Windows color (decimal): -3400030 or 10624716. OLE color: 10624716.

HSL color Cylindrical-coordinate representation of color #CC1EA2: hue angle of 314.48º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1EA2 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 30 162 -
CMYK 0 0.85 0.21 0.2
HSL 314.48º 0.74% 0.46% -
HSV(B) 314.48º 0.85% 0.8% -
XYZ 31.89 16.37 35.66 -
YUV 97.07 164.65 204.27 -
System Red Green Blue C M Y K H S L
Decimal 204 30 162 0 0.85 0.21 0.2 314.48 0.74 0.46
Hex CC 1E A2 0 55 15 14 13A 4A 2E
Octal 314 36 242 0 125 25 24 472 112 56
Binary 11001100 11110 10100010 0 1010101 10101 10100 100111010 1001010 101110

Color Harmonies of #CC1EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1EA2

Black with #CC1EA2

Text Example


Text Example

White with #CC1EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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