Html Css Color HEX #CC087B Medium Violet Red

📋 copy color: '#CC087B'

red 204 ◦ green 8 ◦ blue 123

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

Shades of Medium Violet Red #CC087B

Tints of Medium Violet Red #CC087B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.72%

R = 60.9%
G = 2.39%
B = 36.72%

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

#CC087B (or 0xCC087B) is known color: Medium Violet Red. HEX triplet: CC, 08 and 7B. RGB value is (204,8,123). Sum of RGB (Red+Green+Blue) = 204+8+123=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC087B is #33F784. Grayscale: #4F4F4F. Windows color (decimal): -3405701 or 8063180. OLE color: 8063180.

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

Color convert

RGB 204 8 123 -
CMYK 0 0.96 0.40 0.2
HSL 324.8º 0.92% 0.42% -
HSV(B) 324.8º 0.96% 0.8% -
XYZ 28.56 14.44 20.02 -
YUV 79.71 152.43 216.65 -
System Red Green Blue C M Y K H S L
Decimal 204 8 123 0 0.96 0.40 0.2 324.8 0.92 0.42
Hex CC 8 7B 0 60 28 14 145 5C 2A
Octal 314 10 173 0 140 50 24 505 134 52
Binary 11001100 1000 1111011 0 1100000 101000 10100 101000101 1011100 101010

Color Harmonies of #CC087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC087B

Black with #CC087B

Text Example


Text Example

White with #CC087B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC087B; }

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

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

background-color css

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

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

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

border-color css

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

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

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