Html Css Color HEX #CC087A Medium Violet Red

📋 copy color: '#CC087A'

red 204 ◦ green 8 ◦ blue 122

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

Shades of Medium Violet Red #CC087A

Tints of Medium Violet Red #CC087A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.53%

R = 61.08%
G = 2.4%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC087A (or 0xCC087A) is known color: Medium Violet Red. HEX triplet: CC, 08 and 7A. RGB value is (204,8,122). Sum of RGB (Red+Green+Blue) = 204+8+122=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC087A is #33F785. Grayscale: #4F4F4F. Windows color (decimal): -3405702 or 7997644. OLE color: 7997644.

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

Color convert

RGB 204 8 122 -
CMYK 0 0.96 0.40 0.2
HSL 325.1º 0.92% 0.42% -
HSV(B) 325.1º 0.96% 0.8% -
XYZ 28.5 14.42 19.69 -
YUV 79.6 151.93 216.73 -
System Red Green Blue C M Y K H S L
Decimal 204 8 122 0 0.96 0.40 0.2 325.1 0.92 0.42
Hex CC 8 7A 0 60 28 14 145 5C 2A
Octal 314 10 172 0 140 50 24 505 134 52
Binary 11001100 1000 1111010 0 1100000 101000 10100 101000101 1011100 101010

Color Harmonies of #CC087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC087A

Black with #CC087A

Text Example


Text Example

White with #CC087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC087A; }

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

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

background-color css

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

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

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

border-color css

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

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

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