Html Css Color HEX #CC2593 Medium Violet Red

📋 copy color: '#CC2593'

red 204 ◦ green 37 ◦ blue 147

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

Shades of Medium Violet Red #CC2593

Tints of Medium Violet Red #CC2593

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.54%

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

R = 52.58%
G = 9.54%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC2593 (or 0xCC2593) is known color: Medium Violet Red. HEX triplet: CC, 25 and 93. RGB value is (204,37,147). Sum of RGB (Red+Green+Blue) = 204+37+147=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2593 is #33DA6C. Grayscale: #636363. Windows color (decimal): -3398253 or 9643468. OLE color: 9643468.

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

Color convert

RGB 204 37 147 -
CMYK 0 0.82 0.28 0.2
HSL 320.48º 0.69% 0.47% -
HSV(B) 320.48º 0.82% 0.8% -
XYZ 30.83 16.27 29.12 -
YUV 99.47 154.83 202.56 -
System Red Green Blue C M Y K H S L
Decimal 204 37 147 0 0.82 0.28 0.2 320.48 0.69 0.47
Hex CC 25 93 0 52 1C 14 140 45 2F
Octal 314 45 223 0 122 34 24 500 105 57
Binary 11001100 100101 10010011 0 1010010 11100 10100 101000000 1000101 101111

Color Harmonies of #CC2593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2593

Black with #CC2593

Text Example


Text Example

White with #CC2593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2593; }

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

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

background-color css

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

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

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

border-color css

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

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

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