Html Css Color HEX #C03F81 Medium Red Violet

📋 copy color: '#C03F81'

red 192 ◦ green 63 ◦ blue 129

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

Shades of Medium Red Violet #C03F81

Tints of Medium Red Violet #C03F81

RGB

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

 GREEN value IS 63 (25% from 255) = 16.41%

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

R = 50%
G = 16.41%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C03F81 (or 0xC03F81) is known color: Medium Red Violet. HEX triplet: C0, 3F and 81. RGB value is (192,63,129). Sum of RGB (Red+Green+Blue) = 192+63+129=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03F81 is #3FC07E. Grayscale: #6C6C6C. Windows color (decimal): -4178047 or 8470464. OLE color: 8470464.

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

Color convert

RGB 192 63 129 -
CMYK 0 0.67 0.33 0.25
HSL 329.3º 0.51% 0.5% -
HSV(B) 329.3º 0.67% 0.75% -
XYZ 27.48 16.35 22.48 -
YUV 109.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 192 63 129 0 0.67 0.33 0.25 329.3 0.51 0.5
Hex C0 3F 81 0 43 21 19 149 33 32
Octal 300 77 201 0 103 41 31 511 63 62
Binary 11000000 111111 10000001 0 1000011 100001 11001 101001001 110011 110010

Color Harmonies of #C03F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F81

Black with #C03F81

Text Example


Text Example

White with #C03F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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