Html Css Color HEX #CC087C Medium Violet Red

📋 copy color: '#CC087C'

red 204 ◦ green 8 ◦ blue 124

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

Shades of Medium Violet Red #CC087C

Tints of Medium Violet Red #CC087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.38%

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 60.71%
G = 2.38%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC087C (or 0xCC087C) is known color: Medium Violet Red. HEX triplet: CC, 08 and 7C. RGB value is (204,8,124). Sum of RGB (Red+Green+Blue) = 204+8+124=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC087C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC087C is #33F783. Grayscale: #4F4F4F. Windows color (decimal): -3405700 or 8128716. OLE color: 8128716.

HSL color Cylindrical-coordinate representation of color #CC087C: hue angle of 324.49º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC087C is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 8 124 -
CMYK 0 0.96 0.39 0.2
HSL 324.49º 0.92% 0.42% -
HSV(B) 324.49º 0.96% 0.8% -
XYZ 28.63 14.47 20.35 -
YUV 79.83 152.93 216.57 -
System Red Green Blue C M Y K H S L
Decimal 204 8 124 0 0.96 0.39 0.2 324.49 0.92 0.42
Hex CC 8 7C 0 60 27 14 144 5C 2A
Octal 314 10 174 0 140 47 24 504 134 52
Binary 11001100 1000 1111100 0 1100000 100111 10100 101000100 1011100 101010

Color Harmonies of #CC087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC087C

Black with #CC087C

Text Example


Text Example

White with #CC087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC087C; }

 p { color: rgb(204,8,124); }

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

background-color css

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

 a { background-color: rgb(204,8,124); }

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

border-color css

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

 span { border-color: rgb(204,8,124); }

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