Html Css Color HEX #C3197D Medium Violet Red

📋 copy color: '#C3197D'

red 195 ◦ green 25 ◦ blue 125

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

Shades of Medium Violet Red #C3197D

Tints of Medium Violet Red #C3197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.23%

R = 56.52%
G = 7.25%
B = 36.23%

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

#C3197D (or 0xC3197D) is known color: Medium Violet Red. HEX triplet: C3, 19 and 7D. RGB value is (195,25,125). Sum of RGB (Red+Green+Blue) = 195+25+125=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C3197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3197D is #3CE682. Grayscale: #575757. Windows color (decimal): -3991171 or 8198595. OLE color: 8198595.

HSL color Cylindrical-coordinate representation of color #C3197D: hue angle of 324.71º 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 #C3197D is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 25 125 -
CMYK 0 0.87 0.36 0.24
HSL 324.71º 0.77% 0.43% -
HSV(B) 324.71º 0.87% 0.76% -
XYZ 26.55 13.78 20.66 -
YUV 87.23 149.32 204.87 -
System Red Green Blue C M Y K H S L
Decimal 195 25 125 0 0.87 0.36 0.24 324.71 0.77 0.43
Hex C3 19 7D 0 57 24 18 145 4D 2B
Octal 303 31 175 0 127 44 30 505 115 53
Binary 11000011 11001 1111101 0 1010111 100100 11000 101000101 1001101 101011

Color Harmonies of #C3197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3197D

Black with #C3197D

Text Example


Text Example

White with #C3197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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