Html Css Color HEX #CC1EAB Medium Violet Red

📋 copy color: '#CC1EAB'

red 204 ◦ green 30 ◦ blue 171

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

Shades of Medium Violet Red #CC1EAB

Tints of Medium Violet Red #CC1EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 50.37%
G = 7.41%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC1EAB (or 0xCC1EAB) is known color: Medium Violet Red. HEX triplet: CC, 1E and AB. RGB value is (204,30,171). Sum of RGB (Red+Green+Blue) = 204+30+171=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1EAB is #33E154. Grayscale: #616161. Windows color (decimal): -3400021 or 11214540. OLE color: 11214540.

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

Color convert

RGB 204 30 171 -
CMYK 0 0.85 0.16 0.2
HSL 311.38º 0.74% 0.46% -
HSV(B) 311.38º 0.85% 0.8% -
XYZ 32.72 16.71 40.03 -
YUV 98.1 169.15 203.54 -
System Red Green Blue C M Y K H S L
Decimal 204 30 171 0 0.85 0.16 0.2 311.38 0.74 0.46
Hex CC 1E AB 0 55 10 14 137 4A 2E
Octal 314 36 253 0 125 20 24 467 112 56
Binary 11001100 11110 10101011 0 1010101 10000 10100 100110111 1001010 101110

Color Harmonies of #CC1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1EAB

Black with #CC1EAB

Text Example


Text Example

White with #CC1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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