Html Css Color HEX #CC2293 Medium Violet Red

📋 copy color: '#CC2293'

red 204 ◦ green 34 ◦ blue 147

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

Shades of Medium Violet Red #CC2293

Tints of Medium Violet Red #CC2293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.83%

 BLUE value IS 147 (57.81% from 255) = 38.18%

R = 52.99%
G = 8.83%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC2293 (or 0xCC2293) is known color: Medium Violet Red. HEX triplet: CC, 22 and 93. RGB value is (204,34,147). Sum of RGB (Red+Green+Blue) = 204+34+147=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2293 is #33DD6C. Grayscale: #616161. Windows color (decimal): -3399021 or 9642700. OLE color: 9642700.

HSL color Cylindrical-coordinate representation of color #CC2293: hue angle of 320.12º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2293 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 34 147 -
CMYK 0 0.83 0.28 0.2
HSL 320.12º 0.71% 0.47% -
HSV(B) 320.12º 0.83% 0.8% -
XYZ 30.74 16.09 29.09 -
YUV 97.71 155.82 203.81 -
System Red Green Blue C M Y K H S L
Decimal 204 34 147 0 0.83 0.28 0.2 320.12 0.71 0.47
Hex CC 22 93 0 53 1C 14 140 47 2F
Octal 314 42 223 0 123 34 24 500 107 57
Binary 11001100 100010 10010011 0 1010011 11100 10100 101000000 1000111 101111

Color Harmonies of #CC2293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2293

Black with #CC2293

Text Example


Text Example

White with #CC2293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2293; }

 p { color: rgb(204,34,147); }

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

background-color css

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

 a { background-color: rgb(204,34,147); }

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

border-color css

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

 span { border-color: rgb(204,34,147); }

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