Html Css Color HEX #CC087D Medium Violet Red

📋 copy color: '#CC087D'

red 204 ◦ green 8 ◦ blue 125

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

Shades of Medium Violet Red #CC087D

Tints of Medium Violet Red #CC087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 60.53%
G = 2.37%
B = 37.09%

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

#CC087D (or 0xCC087D) is known color: Medium Violet Red. HEX triplet: CC, 08 and 7D. RGB value is (204,8,125). Sum of RGB (Red+Green+Blue) = 204+8+125=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC087D is #33F782. Grayscale: #4F4F4F. Windows color (decimal): -3405699 or 8194252. OLE color: 8194252.

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

Color convert

RGB 204 8 125 -
CMYK 0 0.96 0.39 0.2
HSL 324.18º 0.92% 0.42% -
HSV(B) 324.18º 0.96% 0.8% -
XYZ 28.69 14.49 20.69 -
YUV 79.94 153.43 216.49 -
System Red Green Blue C M Y K H S L
Decimal 204 8 125 0 0.96 0.39 0.2 324.18 0.92 0.42
Hex CC 8 7D 0 60 27 14 144 5C 2A
Octal 314 10 175 0 140 47 24 504 134 52
Binary 11001100 1000 1111101 0 1100000 100111 10100 101000100 1011100 101010

Color Harmonies of #CC087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC087D

Black with #CC087D

Text Example


Text Example

White with #CC087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC087D; }

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

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

background-color css

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

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

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

border-color css

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

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

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