Html Css Color HEX #CC1E96 Medium Violet Red

📋 copy color: '#CC1E96'

red 204 ◦ green 30 ◦ blue 150

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

Shades of Medium Violet Red #CC1E96

Tints of Medium Violet Red #CC1E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.06%

R = 53.13%
G = 7.81%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC1E96 (or 0xCC1E96) is known color: Medium Violet Red. HEX triplet: CC, 1E and 96. RGB value is (204,30,150). Sum of RGB (Red+Green+Blue) = 204+30+150=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1E96 is #33E169. Grayscale: #5F5F5F. Windows color (decimal): -3400042 or 9838284. OLE color: 9838284.

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

Color convert

RGB 204 30 150 -
CMYK 0 0.85 0.26 0.2
HSL 318.62º 0.74% 0.46% -
HSV(B) 318.62º 0.85% 0.8% -
XYZ 30.87 15.97 30.31 -
YUV 95.71 158.65 205.24 -
System Red Green Blue C M Y K H S L
Decimal 204 30 150 0 0.85 0.26 0.2 318.62 0.74 0.46
Hex CC 1E 96 0 55 1A 14 13F 4A 2E
Octal 314 36 226 0 125 32 24 477 112 56
Binary 11001100 11110 10010110 0 1010101 11010 10100 100111111 1001010 101110

Color Harmonies of #CC1E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1E96

Black with #CC1E96

Text Example


Text Example

White with #CC1E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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