Html Css Color HEX #C03C7B Medium Red Violet

📋 copy color: '#C03C7B'

red 192 ◦ green 60 ◦ blue 123

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

Shades of Medium Red Violet #C03C7B

Tints of Medium Red Violet #C03C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 51.2%
G = 16%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C03C7B (or 0xC03C7B) is known color: Medium Red Violet. HEX triplet: C0, 3C and 7B. RGB value is (192,60,123). Sum of RGB (Red+Green+Blue) = 192+60+123=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03C7B is #3FC384. Grayscale: #6A6A6A. Windows color (decimal): -4178821 or 8076480. OLE color: 8076480.

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

Color convert

RGB 192 60 123 -
CMYK 0 0.69 0.36 0.25
HSL 331.36º 0.52% 0.49% -
HSV(B) 331.36º 0.69% 0.75% -
XYZ 26.93 15.87 20.38 -
YUV 106.65 137.23 188.88 -
System Red Green Blue C M Y K H S L
Decimal 192 60 123 0 0.69 0.36 0.25 331.36 0.52 0.49
Hex C0 3C 7B 0 45 24 19 14B 34 31
Octal 300 74 173 0 105 44 31 513 64 61
Binary 11000000 111100 1111011 0 1000101 100100 11001 101001011 110100 110001

Color Harmonies of #C03C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C7B

Black with #C03C7B

Text Example


Text Example

White with #C03C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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