Html Css Color HEX #C03381 Medium Red Violet

📋 copy color: '#C03381'

red 192 ◦ green 51 ◦ blue 129

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

Shades of Medium Red Violet #C03381

Tints of Medium Red Violet #C03381

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.71%

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

R = 51.61%
G = 13.71%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C03381 (or 0xC03381) is known color: Medium Red Violet. HEX triplet: C0, 33 and 81. RGB value is (192,51,129). Sum of RGB (Red+Green+Blue) = 192+51+129=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C03381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03381 is #3FCC7E. Grayscale: #656565. Windows color (decimal): -4181119 or 8467392. OLE color: 8467392.

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

Color convert

RGB 192 51 129 -
CMYK 0 0.73 0.33 0.25
HSL 326.81º 0.58% 0.48% -
HSV(B) 326.81º 0.73% 0.75% -
XYZ 26.88 15.16 22.28 -
YUV 102.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 192 51 129 0 0.73 0.33 0.25 326.81 0.58 0.48
Hex C0 33 81 0 49 21 19 147 3A 30
Octal 300 63 201 0 111 41 31 507 72 60
Binary 11000000 110011 10000001 0 1001001 100001 11001 101000111 111010 110000

Color Harmonies of #C03381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03381

Black with #C03381

Text Example


Text Example

White with #C03381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03381; }

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

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

background-color css

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

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

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

border-color css

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

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

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