Html Css Color HEX #CC208E Medium Violet Red

📋 copy color: '#CC208E'

red 204 ◦ green 32 ◦ blue 142

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

Shades of Medium Violet Red #CC208E

Tints of Medium Violet Red #CC208E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.57%

R = 53.97%
G = 8.47%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC208E (or 0xCC208E) is known color: Medium Violet Red. HEX triplet: CC, 20 and 8E. RGB value is (204,32,142). Sum of RGB (Red+Green+Blue) = 204+32+142=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC208E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC208E is #33DF71. Grayscale: #5F5F5F. Windows color (decimal): -3399538 or 9314508. OLE color: 9314508.

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

Color convert

RGB 204 32 142 -
CMYK 0 0.84 0.30 0.2
HSL 321.63º 0.73% 0.46% -
HSV(B) 321.63º 0.84% 0.8% -
XYZ 30.3 15.82 27.05 -
YUV 95.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 204 32 142 0 0.84 0.30 0.2 321.63 0.73 0.46
Hex CC 20 8E 0 54 1E 14 142 49 2E
Octal 314 40 216 0 124 36 24 502 111 56
Binary 11001100 100000 10001110 0 1010100 11110 10100 101000010 1001001 101110

Color Harmonies of #CC208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC208E

Black with #CC208E

Text Example


Text Example

White with #CC208E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC208E; }

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

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

background-color css

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

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

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

border-color css

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

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

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