Html Css Color HEX #C03C7E Medium Red Violet

📋 copy color: '#C03C7E'

red 192 ◦ green 60 ◦ blue 126

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

Shades of Medium Red Violet #C03C7E

Tints of Medium Red Violet #C03C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.33%

R = 50.79%
G = 15.87%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C03C7E (or 0xC03C7E) is known color: Medium Red Violet. HEX triplet: C0, 3C and 7E. RGB value is (192,60,126). Sum of RGB (Red+Green+Blue) = 192+60+126=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03C7E is #3FC381. Grayscale: #6A6A6A. Windows color (decimal): -4178818 or 8273088. OLE color: 8273088.

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

Color convert

RGB 192 60 126 -
CMYK 0 0.69 0.34 0.25
HSL 330º 0.52% 0.49% -
HSV(B) 330º 0.69% 0.75% -
XYZ 27.12 15.94 21.39 -
YUV 106.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 192 60 126 0 0.69 0.34 0.25 330 0.52 0.49
Hex C0 3C 7E 0 45 22 19 14A 34 31
Octal 300 74 176 0 105 42 31 512 64 61
Binary 11000000 111100 1111110 0 1000101 100010 11001 101001010 110100 110001

Color Harmonies of #C03C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C7E

Black with #C03C7E

Text Example


Text Example

White with #C03C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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