Html Css Color HEX #CC088A Medium Violet Red

📋 copy color: '#CC088A'

red 204 ◦ green 8 ◦ blue 138

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

Shades of Medium Violet Red #CC088A

Tints of Medium Violet Red #CC088A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 58.29%
G = 2.29%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC088A (or 0xCC088A) is known color: Medium Violet Red. HEX triplet: CC, 08 and 8A. RGB value is (204,8,138). Sum of RGB (Red+Green+Blue) = 204+8+138=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC088A is #33F775. Grayscale: #515151. Windows color (decimal): -3405686 or 9046220. OLE color: 9046220.

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

Color convert

RGB 204 8 138 -
CMYK 0 0.96 0.32 0.2
HSL 320.2º 0.92% 0.42% -
HSV(B) 320.2º 0.96% 0.8% -
XYZ 29.58 14.85 25.35 -
YUV 81.42 159.93 215.43 -
System Red Green Blue C M Y K H S L
Decimal 204 8 138 0 0.96 0.32 0.2 320.2 0.92 0.42
Hex CC 8 8A 0 60 20 14 140 5C 2A
Octal 314 10 212 0 140 40 24 500 134 52
Binary 11001100 1000 10001010 0 1100000 100000 10100 101000000 1011100 101010

Color Harmonies of #CC088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC088A

Black with #CC088A

Text Example


Text Example

White with #CC088A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC088A; }

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

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

background-color css

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

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

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

border-color css

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

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

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