Html Css Color HEX #CC087F Medium Violet Red

📋 copy color: '#CC087F'

red 204 ◦ green 8 ◦ blue 127

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

Shades of Medium Violet Red #CC087F

Tints of Medium Violet Red #CC087F

RGB

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

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

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

R = 60.18%
G = 2.36%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC087F (or 0xCC087F) is known color: Medium Violet Red. HEX triplet: CC, 08 and 7F. RGB value is (204,8,127). Sum of RGB (Red+Green+Blue) = 204+8+127=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC087F is #33F780. Grayscale: #4F4F4F. Windows color (decimal): -3405697 or 8325324. OLE color: 8325324.

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

Color convert

RGB 204 8 127 -
CMYK 0 0.96 0.38 0.2
HSL 323.57º 0.92% 0.42% -
HSV(B) 323.57º 0.96% 0.8% -
XYZ 28.82 14.54 21.37 -
YUV 80.17 154.43 216.32 -
System Red Green Blue C M Y K H S L
Decimal 204 8 127 0 0.96 0.38 0.2 323.57 0.92 0.42
Hex CC 8 7F 0 60 26 14 144 5C 2A
Octal 314 10 177 0 140 46 24 504 134 52
Binary 11001100 1000 1111111 0 1100000 100110 10100 101000100 1011100 101010

Color Harmonies of #CC087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC087F

Black with #CC087F

Text Example


Text Example

White with #CC087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC087F; }

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

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

background-color css

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

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

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

border-color css

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

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

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