Html Css Color HEX #CC086F Medium Violet Red

📋 copy color: '#CC086F'

red 204 ◦ green 8 ◦ blue 111

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

Shades of Medium Violet Red #CC086F

Tints of Medium Violet Red #CC086F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 63.16%
G = 2.48%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC086F (or 0xCC086F) is known color: Medium Violet Red. HEX triplet: CC, 08 and 6F. RGB value is (204,8,111). Sum of RGB (Red+Green+Blue) = 204+8+111=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC086F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC086F is #33F790. Grayscale: #4E4E4E. Windows color (decimal): -3405713 or 7276748. OLE color: 7276748.

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

Color convert

RGB 204 8 111 -
CMYK 0 0.96 0.46 0.2
HSL 328.47º 0.92% 0.42% -
HSV(B) 328.47º 0.96% 0.8% -
XYZ 27.86 14.16 16.3 -
YUV 78.35 146.43 217.62 -
System Red Green Blue C M Y K H S L
Decimal 204 8 111 0 0.96 0.46 0.2 328.47 0.92 0.42
Hex CC 8 6F 0 60 2E 14 148 5C 2A
Octal 314 10 157 0 140 56 24 510 134 52
Binary 11001100 1000 1101111 0 1100000 101110 10100 101001000 1011100 101010

Color Harmonies of #CC086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC086F

Black with #CC086F

Text Example


Text Example

White with #CC086F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC086F; }

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

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

background-color css

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

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

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

border-color css

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

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

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