Html Css Color HEX #C03175 Medium Red Violet

📋 copy color: '#C03175'

red 192 ◦ green 49 ◦ blue 117

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

Shades of Medium Red Violet #C03175

Tints of Medium Red Violet #C03175

RGB

 RED value IS 192 (75.39% from 255) = 53.63%

 GREEN value IS 49 (19.53% from 255) = 13.69%

 BLUE value IS 117 (46.09% from 255) = 32.68%

R = 53.63%
G = 13.69%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C03175 (or 0xC03175) is known color: Medium Red Violet. HEX triplet: C0, 31 and 75. RGB value is (192,49,117). Sum of RGB (Red+Green+Blue) = 192+49+117=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C03175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03175 is #3FCE8A. Grayscale: #636363. Windows color (decimal): -4181643 or 7680448. OLE color: 7680448.

HSL color Cylindrical-coordinate representation of color #C03175: hue angle of 331.47º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03175 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 117 -
CMYK 0 0.74 0.39 0.25
HSL 331.47º 0.59% 0.47% -
HSV(B) 331.47º 0.74% 0.75% -
XYZ 26.05 14.69 18.29 -
YUV 99.51 137.88 193.97 -
System Red Green Blue C M Y K H S L
Decimal 192 49 117 0 0.74 0.39 0.25 331.47 0.59 0.47
Hex C0 31 75 0 4A 27 19 14B 3B 2F
Octal 300 61 165 0 112 47 31 513 73 57
Binary 11000000 110001 1110101 0 1001010 100111 11001 101001011 111011 101111

Color Harmonies of #C03175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03175

Black with #C03175

Text Example


Text Example

White with #C03175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03175; }

 p { color: rgb(192,49,117); }

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

background-color css

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

 a { background-color: rgb(192,49,117); }

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

border-color css

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

 span { border-color: rgb(192,49,117); }

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