Html Css Color HEX #CC209E Medium Violet Red

📋 copy color: '#CC209E'

red 204 ◦ green 32 ◦ blue 158

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

Shades of Medium Violet Red #CC209E

Tints of Medium Violet Red #CC209E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.1%

R = 51.78%
G = 8.12%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC209E (or 0xCC209E) is known color: Medium Violet Red. HEX triplet: CC, 20 and 9E. RGB value is (204,32,158). Sum of RGB (Red+Green+Blue) = 204+32+158=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC209E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC209E is #33DF61. Grayscale: #616161. Windows color (decimal): -3399522 or 10363084. OLE color: 10363084.

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

Color convert

RGB 204 32 158 -
CMYK 0 0.84 0.23 0.2
HSL 316.05º 0.73% 0.46% -
HSV(B) 316.05º 0.84% 0.8% -
XYZ 31.59 16.34 33.84 -
YUV 97.79 161.98 203.75 -
System Red Green Blue C M Y K H S L
Decimal 204 32 158 0 0.84 0.23 0.2 316.05 0.73 0.46
Hex CC 20 9E 0 54 17 14 13C 49 2E
Octal 314 40 236 0 124 27 24 474 111 56
Binary 11001100 100000 10011110 0 1010100 10111 10100 100111100 1001001 101110

Color Harmonies of #CC209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC209E

Black with #CC209E

Text Example


Text Example

White with #CC209E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC209E; }

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

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

background-color css

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

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

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

border-color css

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

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

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