Html Css Color HEX #C03695 Medium Red Violet

📋 copy color: '#C03695'

red 192 ◦ green 54 ◦ blue 149

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

Shades of Medium Red Violet #C03695

Tints of Medium Red Violet #C03695

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.67%

 BLUE value IS 149 (58.59% from 255) = 37.72%

R = 48.61%
G = 13.67%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C03695 (or 0xC03695) is known color: Medium Red Violet. HEX triplet: C0, 36 and 95. RGB value is (192,54,149). Sum of RGB (Red+Green+Blue) = 192+54+149=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C03695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03695 is #3FC96A. Grayscale: #696969. Windows color (decimal): -4180331 or 9778880. OLE color: 9778880.

HSL color Cylindrical-coordinate representation of color #C03695: hue angle of 318.7º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03695 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 54 149 -
CMYK 0 0.72 0.22 0.25
HSL 318.7º 0.56% 0.48% -
HSV(B) 318.7º 0.72% 0.75% -
XYZ 28.48 16.01 30.02 -
YUV 106.09 152.22 189.28 -
System Red Green Blue C M Y K H S L
Decimal 192 54 149 0 0.72 0.22 0.25 318.7 0.56 0.48
Hex C0 36 95 0 48 16 19 13F 38 30
Octal 300 66 225 0 110 26 31 477 70 60
Binary 11000000 110110 10010101 0 1001000 10110 11001 100111111 111000 110000

Color Harmonies of #C03695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03695

Black with #C03695

Text Example


Text Example

White with #C03695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03695; }

 p { color: rgb(192,54,149); }

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

background-color css

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

 a { background-color: rgb(192,54,149); }

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

border-color css

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

 span { border-color: rgb(192,54,149); }

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