Html Css Color HEX #CC207F Medium Violet Red

📋 copy color: '#CC207F'

red 204 ◦ green 32 ◦ blue 127

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

Shades of Medium Violet Red #CC207F

Tints of Medium Violet Red #CC207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.99%

R = 56.2%
G = 8.82%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC207F (or 0xCC207F) is known color: Medium Violet Red. HEX triplet: CC, 20 and 7F. RGB value is (204,32,127). Sum of RGB (Red+Green+Blue) = 204+32+127=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC207F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC207F is #33DF80. Grayscale: #5E5E5E. Windows color (decimal): -3399553 or 8331468. OLE color: 8331468.

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

Color convert

RGB 204 32 127 -
CMYK 0 0.84 0.38 0.2
HSL 326.86º 0.73% 0.46% -
HSV(B) 326.86º 0.84% 0.8% -
XYZ 29.25 15.4 21.51 -
YUV 94.26 146.48 206.28 -
System Red Green Blue C M Y K H S L
Decimal 204 32 127 0 0.84 0.38 0.2 326.86 0.73 0.46
Hex CC 20 7F 0 54 26 14 147 49 2E
Octal 314 40 177 0 124 46 24 507 111 56
Binary 11001100 100000 1111111 0 1010100 100110 10100 101000111 1001001 101110

Color Harmonies of #CC207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC207F

Black with #CC207F

Text Example


Text Example

White with #CC207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC207F; }

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

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

background-color css

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

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

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

border-color css

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

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

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