Html Css Color HEX #CC098F Medium Violet Red

📋 copy color: '#CC098F'

red 204 ◦ green 9 ◦ blue 143

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

Shades of Medium Violet Red #CC098F

Tints of Medium Violet Red #CC098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.17%

R = 57.3%
G = 2.53%
B = 40.17%

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

#CC098F (or 0xCC098F) is known color: Medium Violet Red. HEX triplet: CC, 09 and 8F. RGB value is (204,9,143). Sum of RGB (Red+Green+Blue) = 204+9+143=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC098F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC098F is #33F670. Grayscale: #525252. Windows color (decimal): -3405425 or 9374156. OLE color: 9374156.

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

Color convert

RGB 204 9 143 -
CMYK 0 0.96 0.30 0.2
HSL 318.77º 0.92% 0.42% -
HSV(B) 318.77º 0.96% 0.8% -
XYZ 29.96 15.02 27.31 -
YUV 82.58 162.1 214.6 -
System Red Green Blue C M Y K H S L
Decimal 204 9 143 0 0.96 0.30 0.2 318.77 0.92 0.42
Hex CC 9 8F 0 60 1E 14 13F 5C 2A
Octal 314 11 217 0 140 36 24 477 134 52
Binary 11001100 1001 10001111 0 1100000 11110 10100 100111111 1011100 101010

Color Harmonies of #CC098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC098F

Black with #CC098F

Text Example


Text Example

White with #CC098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC098F; }

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

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

background-color css

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

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

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

border-color css

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

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

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