Html Css Color HEX #C03081 Medium Red Violet

📋 copy color: '#C03081'

red 192 ◦ green 48 ◦ blue 129

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

Shades of Medium Red Violet #C03081

Tints of Medium Red Violet #C03081

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.01%

 BLUE value IS 129 (50.78% from 255) = 34.96%

R = 52.03%
G = 13.01%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C03081 (or 0xC03081) is known color: Medium Red Violet. HEX triplet: C0, 30 and 81. RGB value is (192,48,129). Sum of RGB (Red+Green+Blue) = 192+48+129=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C03081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03081 is #3FCF7E. Grayscale: #646464. Windows color (decimal): -4181887 or 8466624. OLE color: 8466624.

HSL color Cylindrical-coordinate representation of color #C03081: hue angle of 326.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03081 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 129 -
CMYK 0 0.75 0.33 0.25
HSL 326.25º 0.6% 0.47% -
HSV(B) 326.25º 0.75% 0.75% -
XYZ 26.76 14.91 22.24 -
YUV 100.29 144.21 193.41 -
System Red Green Blue C M Y K H S L
Decimal 192 48 129 0 0.75 0.33 0.25 326.25 0.6 0.47
Hex C0 30 81 0 4B 21 19 146 3C 2F
Octal 300 60 201 0 113 41 31 506 74 57
Binary 11000000 110000 10000001 0 1001011 100001 11001 101000110 111100 101111

Color Harmonies of #C03081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03081

Black with #C03081

Text Example


Text Example

White with #C03081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03081; }

 p { color: rgb(192,48,129); }

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

background-color css

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

 a { background-color: rgb(192,48,129); }

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

border-color css

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

 span { border-color: rgb(192,48,129); }

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