Html Css Color HEX #CC2087 Medium Violet Red

📋 copy color: '#CC2087'

red 204 ◦ green 32 ◦ blue 135

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

Shades of Medium Violet Red #CC2087

Tints of Medium Violet Red #CC2087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.39%

R = 54.99%
G = 8.63%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC2087 (or 0xCC2087) is known color: Medium Violet Red. HEX triplet: CC, 20 and 87. RGB value is (204,32,135). Sum of RGB (Red+Green+Blue) = 204+32+135=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2087 is #33DF78. Grayscale: #5E5E5E. Windows color (decimal): -3399545 or 8855756. OLE color: 8855756.

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

Color convert

RGB 204 32 135 -
CMYK 0 0.84 0.34 0.2
HSL 324.07º 0.73% 0.46% -
HSV(B) 324.07º 0.84% 0.8% -
XYZ 29.79 15.62 24.37 -
YUV 95.17 150.48 205.62 -
System Red Green Blue C M Y K H S L
Decimal 204 32 135 0 0.84 0.34 0.2 324.07 0.73 0.46
Hex CC 20 87 0 54 22 14 144 49 2E
Octal 314 40 207 0 124 42 24 504 111 56
Binary 11001100 100000 10000111 0 1010100 100010 10100 101000100 1001001 101110

Color Harmonies of #CC2087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2087

Black with #CC2087

Text Example


Text Example

White with #CC2087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2087; }

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

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

background-color css

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

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

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

border-color css

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

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

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