Html Css Color HEX #CC097C Medium Violet Red

📋 copy color: '#CC097C'

red 204 ◦ green 9 ◦ blue 124

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

Shades of Medium Violet Red #CC097C

Tints of Medium Violet Red #CC097C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.67%

 BLUE value IS 124 (48.83% from 255) = 36.8%

R = 60.53%
G = 2.67%
B = 36.8%

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

#CC097C (or 0xCC097C) is known color: Medium Violet Red. HEX triplet: CC, 09 and 7C. RGB value is (204,9,124). Sum of RGB (Red+Green+Blue) = 204+9+124=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC097C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC097C is #33F683. Grayscale: #505050. Windows color (decimal): -3405444 or 8128972. OLE color: 8128972.

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

Color convert

RGB 204 9 124 -
CMYK 0 0.96 0.39 0.2
HSL 324.62º 0.92% 0.42% -
HSV(B) 324.62º 0.96% 0.8% -
XYZ 28.64 14.49 20.36 -
YUV 80.42 152.6 216.15 -
System Red Green Blue C M Y K H S L
Decimal 204 9 124 0 0.96 0.39 0.2 324.62 0.92 0.42
Hex CC 9 7C 0 60 27 14 145 5C 2A
Octal 314 11 174 0 140 47 24 505 134 52
Binary 11001100 1001 1111100 0 1100000 100111 10100 101000101 1011100 101010

Color Harmonies of #CC097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC097C

Black with #CC097C

Text Example


Text Example

White with #CC097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC097C; }

 p { color: rgb(204,9,124); }

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

background-color css

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

 a { background-color: rgb(204,9,124); }

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

border-color css

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

 span { border-color: rgb(204,9,124); }

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