Html Css Color HEX #CC209A Medium Violet Red

📋 copy color: '#CC209A'

red 204 ◦ green 32 ◦ blue 154

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

Shades of Medium Violet Red #CC209A

Tints of Medium Violet Red #CC209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.49%

R = 52.31%
G = 8.21%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC209A (or 0xCC209A) is known color: Medium Violet Red. HEX triplet: CC, 20 and 9A. RGB value is (204,32,154). Sum of RGB (Red+Green+Blue) = 204+32+154=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC209A is #33DF65. Grayscale: #616161. Windows color (decimal): -3399526 or 10100940. OLE color: 10100940.

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

Color convert

RGB 204 32 154 -
CMYK 0 0.84 0.25 0.2
HSL 317.44º 0.73% 0.46% -
HSV(B) 317.44º 0.84% 0.8% -
XYZ 31.25 16.2 32.05 -
YUV 97.34 159.98 204.08 -
System Red Green Blue C M Y K H S L
Decimal 204 32 154 0 0.84 0.25 0.2 317.44 0.73 0.46
Hex CC 20 9A 0 54 19 14 13D 49 2E
Octal 314 40 232 0 124 31 24 475 111 56
Binary 11001100 100000 10011010 0 1010100 11001 10100 100111101 1001001 101110

Color Harmonies of #CC209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC209A

Black with #CC209A

Text Example


Text Example

White with #CC209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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