Html Css Color HEX #CC197A Medium Violet Red

📋 copy color: '#CC197A'

red 204 ◦ green 25 ◦ blue 122

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

Shades of Medium Violet Red #CC197A

Tints of Medium Violet Red #CC197A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.76%

R = 58.12%
G = 7.12%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC197A (or 0xCC197A) is known color: Medium Violet Red. HEX triplet: CC, 19 and 7A. RGB value is (204,25,122). Sum of RGB (Red+Green+Blue) = 204+25+122=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC197A is #33E685. Grayscale: #595959. Windows color (decimal): -3401350 or 8001996. OLE color: 8001996.

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

Color convert

RGB 204 25 122 -
CMYK 0 0.88 0.40 0.2
HSL 327.49º 0.78% 0.45% -
HSV(B) 327.49º 0.88% 0.8% -
XYZ 28.76 14.94 19.78 -
YUV 89.58 146.3 209.61 -
System Red Green Blue C M Y K H S L
Decimal 204 25 122 0 0.88 0.40 0.2 327.49 0.78 0.45
Hex CC 19 7A 0 58 28 14 147 4E 2D
Octal 314 31 172 0 130 50 24 507 116 55
Binary 11001100 11001 1111010 0 1011000 101000 10100 101000111 1001110 101101

Color Harmonies of #CC197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC197A

Black with #CC197A

Text Example


Text Example

White with #CC197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC197A; }

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

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

background-color css

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

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

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

border-color css

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

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

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