Html Css Color HEX #CC088E Medium Violet Red

📋 copy color: '#CC088E'

red 204 ◦ green 8 ◦ blue 142

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

Shades of Medium Violet Red #CC088E

Tints of Medium Violet Red #CC088E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.11%

R = 57.63%
G = 2.26%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC088E (or 0xCC088E) is known color: Medium Violet Red. HEX triplet: CC, 08 and 8E. RGB value is (204,8,142). Sum of RGB (Red+Green+Blue) = 204+8+142=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC088E is #33F771. Grayscale: #515151. Windows color (decimal): -3405682 or 9308364. OLE color: 9308364.

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

Color convert

RGB 204 8 142 -
CMYK 0 0.96 0.30 0.2
HSL 318.98º 0.92% 0.42% -
HSV(B) 318.98º 0.96% 0.8% -
XYZ 29.87 14.96 26.91 -
YUV 81.88 161.93 215.1 -
System Red Green Blue C M Y K H S L
Decimal 204 8 142 0 0.96 0.30 0.2 318.98 0.92 0.42
Hex CC 8 8E 0 60 1E 14 13F 5C 2A
Octal 314 10 216 0 140 36 24 477 134 52
Binary 11001100 1000 10001110 0 1100000 11110 10100 100111111 1011100 101010

Color Harmonies of #CC088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC088E

Black with #CC088E

Text Example


Text Example

White with #CC088E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC088E; }

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

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

background-color css

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

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

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

border-color css

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

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

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