Html Css Color HEX #C03C94 Medium Red Violet

📋 copy color: '#C03C94'

red 192 ◦ green 60 ◦ blue 148

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

Shades of Medium Red Violet #C03C94

Tints of Medium Red Violet #C03C94

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15%

 BLUE value IS 148 (58.2% from 255) = 37%

R = 48%
G = 15%
B = 37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C03C94 (or 0xC03C94) is known color: Medium Red Violet. HEX triplet: C0, 3C and 94. RGB value is (192,60,148). Sum of RGB (Red+Green+Blue) = 192+60+148=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03C94 is #3FC36B. Grayscale: #6D6D6D. Windows color (decimal): -4178796 or 9714880. OLE color: 9714880.

HSL color Cylindrical-coordinate representation of color #C03C94: hue angle of 320º degrees, saturation: 0.52, 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 #C03C94 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 60 148 -
CMYK 0 0.69 0.23 0.25
HSL 320º 0.52% 0.49% -
HSV(B) 320º 0.69% 0.75% -
XYZ 28.7 16.58 29.7 -
YUV 109.5 149.73 186.84 -
System Red Green Blue C M Y K H S L
Decimal 192 60 148 0 0.69 0.23 0.25 320 0.52 0.49
Hex C0 3C 94 0 45 17 19 140 34 31
Octal 300 74 224 0 105 27 31 500 64 61
Binary 11000000 111100 10010100 0 1000101 10111 11001 101000000 110100 110001

Color Harmonies of #C03C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C94

Black with #C03C94

Text Example


Text Example

White with #C03C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C94; }

 p { color: rgb(192,60,148); }

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

background-color css

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

 a { background-color: rgb(192,60,148); }

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

border-color css

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

 span { border-color: rgb(192,60,148); }

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