Html Css Color HEX #CC198C Medium Violet Red

📋 copy color: '#CC198C'

red 204 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #CC198C

Tints of Medium Violet Red #CC198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.78%

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 55.28%
G = 6.78%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC198C (or 0xCC198C) is known color: Medium Violet Red. HEX triplet: CC, 19 and 8C. RGB value is (204,25,140). Sum of RGB (Red+Green+Blue) = 204+25+140=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC198C is #33E673. Grayscale: #5B5B5B. Windows color (decimal): -3401332 or 9181644. OLE color: 9181644.

HSL color Cylindrical-coordinate representation of color #CC198C: hue angle of 321.45º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC198C is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 25 140 -
CMYK 0 0.88 0.31 0.2
HSL 321.45º 0.78% 0.45% -
HSV(B) 321.45º 0.88% 0.8% -
XYZ 29.98 15.43 26.21 -
YUV 91.63 155.3 208.15 -
System Red Green Blue C M Y K H S L
Decimal 204 25 140 0 0.88 0.31 0.2 321.45 0.78 0.45
Hex CC 19 8C 0 58 1F 14 141 4E 2D
Octal 314 31 214 0 130 37 24 501 116 55
Binary 11001100 11001 10001100 0 1011000 11111 10100 101000001 1001110 101101

Color Harmonies of #CC198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC198C

Black with #CC198C

Text Example


Text Example

White with #CC198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC198C; }

 p { color: rgb(204,25,140); }

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

background-color css

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

 a { background-color: rgb(204,25,140); }

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

border-color css

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

 span { border-color: rgb(204,25,140); }

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