Html Css Color HEX #CC098E Medium Violet Red

📋 copy color: '#CC098E'

red 204 ◦ green 9 ◦ blue 142

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

Shades of Medium Violet Red #CC098E

Tints of Medium Violet Red #CC098E

RGB

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

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

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

R = 57.46%
G = 2.54%
B = 40%

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

#CC098E (or 0xCC098E) is known color: Medium Violet Red. HEX triplet: CC, 09 and 8E. RGB value is (204,9,142). Sum of RGB (Red+Green+Blue) = 204+9+142=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC098E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC098E is #33F671. Grayscale: #525252. Windows color (decimal): -3405426 or 9308620. OLE color: 9308620.

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

Color convert

RGB 204 9 142 -
CMYK 0 0.96 0.30 0.2
HSL 319.08º 0.92% 0.42% -
HSV(B) 319.08º 0.96% 0.8% -
XYZ 29.88 14.99 26.91 -
YUV 82.47 161.6 214.69 -
System Red Green Blue C M Y K H S L
Decimal 204 9 142 0 0.96 0.30 0.2 319.08 0.92 0.42
Hex CC 9 8E 0 60 1E 14 13F 5C 2A
Octal 314 11 216 0 140 36 24 477 134 52
Binary 11001100 1001 10001110 0 1100000 11110 10100 100111111 1011100 101010

Color Harmonies of #CC098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC098E

Black with #CC098E

Text Example


Text Example

White with #CC098E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC098E; }

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

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

background-color css

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

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

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

border-color css

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

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

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