Html Css Color HEX #C3197C Medium Violet Red

📋 copy color: '#C3197C'

red 195 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #C3197C

Tints of Medium Violet Red #C3197C

RGB

 RED value IS 195 (76.56% from 255) = 56.69%

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

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

R = 56.69%
G = 7.27%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3197C (or 0xC3197C) is known color: Medium Violet Red. HEX triplet: C3, 19 and 7C. RGB value is (195,25,124). Sum of RGB (Red+Green+Blue) = 195+25+124=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C3197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3197C is #3CE683. Grayscale: #565656. Windows color (decimal): -3991172 or 8133059. OLE color: 8133059.

HSL color Cylindrical-coordinate representation of color #C3197C: hue angle of 325.06º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3197C is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 25 124 -
CMYK 0 0.87 0.36 0.24
HSL 325.06º 0.77% 0.43% -
HSV(B) 325.06º 0.87% 0.76% -
XYZ 26.49 13.75 20.33 -
YUV 87.12 148.82 204.95 -
System Red Green Blue C M Y K H S L
Decimal 195 25 124 0 0.87 0.36 0.24 325.06 0.77 0.43
Hex C3 19 7C 0 57 24 18 145 4D 2B
Octal 303 31 174 0 127 44 30 505 115 53
Binary 11000011 11001 1111100 0 1010111 100100 11000 101000101 1001101 101011

Color Harmonies of #C3197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3197C

Black with #C3197C

Text Example


Text Example

White with #C3197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3197C; }

 p { color: rgb(195,25,124); }

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

background-color css

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

 a { background-color: rgb(195,25,124); }

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

border-color css

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

 span { border-color: rgb(195,25,124); }

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