Html Css Color HEX #CC2194 Medium Violet Red

📋 copy color: '#CC2194'

red 204 ◦ green 33 ◦ blue 148

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

Shades of Medium Violet Red #CC2194

Tints of Medium Violet Red #CC2194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.57%

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

R = 52.99%
G = 8.57%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC2194 (or 0xCC2194) is known color: Medium Violet Red. HEX triplet: CC, 21 and 94. RGB value is (204,33,148). Sum of RGB (Red+Green+Blue) = 204+33+148=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2194 is #33DE6B. Grayscale: #606060. Windows color (decimal): -3399276 or 9707980. OLE color: 9707980.

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

Color convert

RGB 204 33 148 -
CMYK 0 0.84 0.27 0.2
HSL 319.65º 0.72% 0.46% -
HSV(B) 319.65º 0.84% 0.8% -
XYZ 30.79 16.06 29.49 -
YUV 97.24 156.65 204.15 -
System Red Green Blue C M Y K H S L
Decimal 204 33 148 0 0.84 0.27 0.2 319.65 0.72 0.46
Hex CC 21 94 0 54 1B 14 140 48 2E
Octal 314 41 224 0 124 33 24 500 110 56
Binary 11001100 100001 10010100 0 1010100 11011 10100 101000000 1001000 101110

Color Harmonies of #CC2194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2194

Black with #CC2194

Text Example


Text Example

White with #CC2194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2194; }

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

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

background-color css

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

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

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

border-color css

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

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

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