Html Css Color HEX #C03B97 Medium Red Violet

📋 copy color: '#C03B97'

red 192 ◦ green 59 ◦ blue 151

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

Shades of Medium Red Violet #C03B97

Tints of Medium Red Violet #C03B97

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.68%

 BLUE value IS 151 (59.38% from 255) = 37.56%

R = 47.76%
G = 14.68%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C03B97 (or 0xC03B97) is known color: Medium Red Violet. HEX triplet: C0, 3B and 97. RGB value is (192,59,151). Sum of RGB (Red+Green+Blue) = 192+59+151=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03B97 is #3FC468. Grayscale: #6D6D6D. Windows color (decimal): -4179049 or 9911232. OLE color: 9911232.

HSL color Cylindrical-coordinate representation of color #C03B97: hue angle of 318.5º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03B97 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 59 151 -
CMYK 0 0.69 0.21 0.25
HSL 318.5º 0.53% 0.49% -
HSV(B) 318.5º 0.69% 0.75% -
XYZ 28.89 16.57 30.95 -
YUV 109.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 192 59 151 0 0.69 0.21 0.25 318.5 0.53 0.49
Hex C0 3B 97 0 45 15 19 13E 35 31
Octal 300 73 227 0 105 25 31 476 65 61
Binary 11000000 111011 10010111 0 1000101 10101 11001 100111110 110101 110001

Color Harmonies of #C03B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B97

Black with #C03B97

Text Example


Text Example

White with #C03B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B97; }

 p { color: rgb(192,59,151); }

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

background-color css

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

 a { background-color: rgb(192,59,151); }

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

border-color css

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

 span { border-color: rgb(192,59,151); }

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