Html Css Color HEX #CC088C Medium Violet Red

📋 copy color: '#CC088C'

red 204 ◦ green 8 ◦ blue 140

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

Shades of Medium Violet Red #CC088C

Tints of Medium Violet Red #CC088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.77%

R = 57.95%
G = 2.27%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC088C (or 0xCC088C) is known color: Medium Violet Red. HEX triplet: CC, 08 and 8C. RGB value is (204,8,140). Sum of RGB (Red+Green+Blue) = 204+8+140=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC088C is #33F773. Grayscale: #515151. Windows color (decimal): -3405684 or 9177292. OLE color: 9177292.

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

Color convert

RGB 204 8 140 -
CMYK 0 0.96 0.31 0.2
HSL 319.59º 0.92% 0.42% -
HSV(B) 319.59º 0.96% 0.8% -
XYZ 29.72 14.9 26.12 -
YUV 81.65 160.93 215.27 -
System Red Green Blue C M Y K H S L
Decimal 204 8 140 0 0.96 0.31 0.2 319.59 0.92 0.42
Hex CC 8 8C 0 60 1F 14 140 5C 2A
Octal 314 10 214 0 140 37 24 500 134 52
Binary 11001100 1000 10001100 0 1100000 11111 10100 101000000 1011100 101010

Color Harmonies of #CC088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC088C

Black with #CC088C

Text Example


Text Example

White with #CC088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC088C; }

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

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

background-color css

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

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

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

border-color css

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

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

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