Html Css Color HEX #CC2093 Medium Violet Red

📋 copy color: '#CC2093'

red 204 ◦ green 32 ◦ blue 147

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

Shades of Medium Violet Red #CC2093

Tints of Medium Violet Red #CC2093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.36%

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

R = 53.26%
G = 8.36%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC2093 (or 0xCC2093) is known color: Medium Violet Red. HEX triplet: CC, 20 and 93. RGB value is (204,32,147). Sum of RGB (Red+Green+Blue) = 204+32+147=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2093 is #33DF6C. Grayscale: #606060. Windows color (decimal): -3399533 or 9642188. OLE color: 9642188.

HSL color Cylindrical-coordinate representation of color #CC2093: hue angle of 319.88º degrees, saturation: 0.73, 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 #CC2093 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 32 147 -
CMYK 0 0.84 0.28 0.2
HSL 319.88º 0.73% 0.46% -
HSV(B) 319.88º 0.84% 0.8% -
XYZ 30.68 15.98 29.07 -
YUV 96.54 156.48 204.65 -
System Red Green Blue C M Y K H S L
Decimal 204 32 147 0 0.84 0.28 0.2 319.88 0.73 0.46
Hex CC 20 93 0 54 1C 14 140 49 2E
Octal 314 40 223 0 124 34 24 500 111 56
Binary 11001100 100000 10010011 0 1010100 11100 10100 101000000 1001001 101110

Color Harmonies of #CC2093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2093

Black with #CC2093

Text Example


Text Example

White with #CC2093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2093; }

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

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

background-color css

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

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

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

border-color css

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

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

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