Html Css Color HEX #CC2070 Medium Violet Red

📋 copy color: '#CC2070'

red 204 ◦ green 32 ◦ blue 112

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

Shades of Medium Violet Red #CC2070

Tints of Medium Violet Red #CC2070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 58.62%
G = 9.2%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC2070 (or 0xCC2070) is known color: Medium Violet Red. HEX triplet: CC, 20 and 70. RGB value is (204,32,112). Sum of RGB (Red+Green+Blue) = 204+32+112=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2070 is #33DF8F. Grayscale: #5C5C5C. Windows color (decimal): -3399568 or 7348428. OLE color: 7348428.

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

Color convert

RGB 204 32 112 -
CMYK 0 0.84 0.45 0.2
HSL 332.09º 0.73% 0.46% -
HSV(B) 332.09º 0.84% 0.8% -
XYZ 28.34 15.04 16.74 -
YUV 92.55 138.98 207.5 -
System Red Green Blue C M Y K H S L
Decimal 204 32 112 0 0.84 0.45 0.2 332.09 0.73 0.46
Hex CC 20 70 0 54 2D 14 14C 49 2E
Octal 314 40 160 0 124 55 24 514 111 56
Binary 11001100 100000 1110000 0 1010100 101101 10100 101001100 1001001 101110

Color Harmonies of #CC2070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2070

Black with #CC2070

Text Example


Text Example

White with #CC2070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2070; }

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

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

background-color css

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

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

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

border-color css

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

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

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