Html Css Color HEX #CC2092 Medium Violet Red

📋 copy color: '#CC2092'

red 204 ◦ green 32 ◦ blue 146

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

Shades of Medium Violet Red #CC2092

Tints of Medium Violet Red #CC2092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.22%

R = 53.4%
G = 8.38%
B = 38.22%

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

#CC2092 (or 0xCC2092) is known color: Medium Violet Red. HEX triplet: CC, 20 and 92. RGB value is (204,32,146). Sum of RGB (Red+Green+Blue) = 204+32+146=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2092 is #33DF6D. Grayscale: #606060. Windows color (decimal): -3399534 or 9576652. OLE color: 9576652.

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

Color convert

RGB 204 32 146 -
CMYK 0 0.84 0.28 0.2
HSL 320.23º 0.73% 0.46% -
HSV(B) 320.23º 0.84% 0.8% -
XYZ 30.61 15.95 28.66 -
YUV 96.42 155.98 204.73 -
System Red Green Blue C M Y K H S L
Decimal 204 32 146 0 0.84 0.28 0.2 320.23 0.73 0.46
Hex CC 20 92 0 54 1C 14 140 49 2E
Octal 314 40 222 0 124 34 24 500 111 56
Binary 11001100 100000 10010010 0 1010100 11100 10100 101000000 1001001 101110

Color Harmonies of #CC2092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2092

Black with #CC2092

Text Example


Text Example

White with #CC2092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2092; }

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

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

background-color css

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

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

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

border-color css

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

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

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