Html Css Color HEX #CC208F Medium Violet Red

📋 copy color: '#CC208F'

red 204 ◦ green 32 ◦ blue 143

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

Shades of Medium Violet Red #CC208F

Tints of Medium Violet Red #CC208F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.73%

R = 53.83%
G = 8.44%
B = 37.73%

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

#CC208F (or 0xCC208F) is known color: Medium Violet Red. HEX triplet: CC, 20 and 8F. RGB value is (204,32,143). Sum of RGB (Red+Green+Blue) = 204+32+143=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC208F is #33DF70. Grayscale: #5F5F5F. Windows color (decimal): -3399537 or 9380044. OLE color: 9380044.

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

Color convert

RGB 204 32 143 -
CMYK 0 0.84 0.30 0.2
HSL 321.28º 0.73% 0.46% -
HSV(B) 321.28º 0.84% 0.8% -
XYZ 30.38 15.85 27.45 -
YUV 96.08 154.48 204.97 -
System Red Green Blue C M Y K H S L
Decimal 204 32 143 0 0.84 0.30 0.2 321.28 0.73 0.46
Hex CC 20 8F 0 54 1E 14 141 49 2E
Octal 314 40 217 0 124 36 24 501 111 56
Binary 11001100 100000 10001111 0 1010100 11110 10100 101000001 1001001 101110

Color Harmonies of #CC208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC208F

Black with #CC208F

Text Example


Text Example

White with #CC208F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC208F; }

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

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

background-color css

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

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

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

border-color css

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

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

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