Html Css Color HEX #CC208D Medium Violet Red

📋 copy color: '#CC208D'

red 204 ◦ green 32 ◦ blue 141

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

Shades of Medium Violet Red #CC208D

Tints of Medium Violet Red #CC208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.4%

R = 54.11%
G = 8.49%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC208D (or 0xCC208D) is known color: Medium Violet Red. HEX triplet: CC, 20 and 8D. RGB value is (204,32,141). Sum of RGB (Red+Green+Blue) = 204+32+141=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC208D is #33DF72. Grayscale: #5F5F5F. Windows color (decimal): -3399539 or 9248972. OLE color: 9248972.

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

Color convert

RGB 204 32 141 -
CMYK 0 0.84 0.31 0.2
HSL 321.98º 0.73% 0.46% -
HSV(B) 321.98º 0.84% 0.8% -
XYZ 30.23 15.79 26.65 -
YUV 95.85 153.48 205.14 -
System Red Green Blue C M Y K H S L
Decimal 204 32 141 0 0.84 0.31 0.2 321.98 0.73 0.46
Hex CC 20 8D 0 54 1F 14 142 49 2E
Octal 314 40 215 0 124 37 24 502 111 56
Binary 11001100 100000 10001101 0 1010100 11111 10100 101000010 1001001 101110

Color Harmonies of #CC208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC208D

Black with #CC208D

Text Example


Text Example

White with #CC208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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