Html Css Color HEX #CC206F Medium Violet Red

📋 copy color: '#CC206F'

red 204 ◦ green 32 ◦ blue 111

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

Shades of Medium Violet Red #CC206F

Tints of Medium Violet Red #CC206F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.99%

R = 58.79%
G = 9.22%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC206F (or 0xCC206F) is known color: Medium Violet Red. HEX triplet: CC, 20 and 6F. RGB value is (204,32,111). Sum of RGB (Red+Green+Blue) = 204+32+111=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC206F is #33DF90. Grayscale: #5C5C5C. Windows color (decimal): -3399569 or 7282892. OLE color: 7282892.

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

Color convert

RGB 204 32 111 -
CMYK 0 0.84 0.46 0.2
HSL 332.44º 0.73% 0.46% -
HSV(B) 332.44º 0.84% 0.8% -
XYZ 28.29 15.02 16.45 -
YUV 92.43 138.48 207.58 -
System Red Green Blue C M Y K H S L
Decimal 204 32 111 0 0.84 0.46 0.2 332.44 0.73 0.46
Hex CC 20 6F 0 54 2E 14 14C 49 2E
Octal 314 40 157 0 124 56 24 514 111 56
Binary 11001100 100000 1101111 0 1010100 101110 10100 101001100 1001001 101110

Color Harmonies of #CC206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC206F

Black with #CC206F

Text Example


Text Example

White with #CC206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC206F; }

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

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

background-color css

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

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

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

border-color css

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

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

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