Html Css Color HEX #CC1E94 Medium Violet Red

📋 copy color: '#CC1E94'

red 204 ◦ green 30 ◦ blue 148

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

Shades of Medium Violet Red #CC1E94

Tints of Medium Violet Red #CC1E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.74%

R = 53.4%
G = 7.85%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC1E94 (or 0xCC1E94) is known color: Medium Violet Red. HEX triplet: CC, 1E and 94. RGB value is (204,30,148). Sum of RGB (Red+Green+Blue) = 204+30+148=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1E94 is #33E16B. Grayscale: #5F5F5F. Windows color (decimal): -3400044 or 9707212. OLE color: 9707212.

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

Color convert

RGB 204 30 148 -
CMYK 0 0.85 0.27 0.2
HSL 319.31º 0.74% 0.46% -
HSV(B) 319.31º 0.85% 0.8% -
XYZ 30.71 15.9 29.47 -
YUV 95.48 157.65 205.41 -
System Red Green Blue C M Y K H S L
Decimal 204 30 148 0 0.85 0.27 0.2 319.31 0.74 0.46
Hex CC 1E 94 0 55 1B 14 13F 4A 2E
Octal 314 36 224 0 125 33 24 477 112 56
Binary 11001100 11110 10010100 0 1010101 11011 10100 100111111 1001010 101110

Color Harmonies of #CC1E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1E94

Black with #CC1E94

Text Example


Text Example

White with #CC1E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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