Html Css Color HEX #C03281 Medium Red Violet

📋 copy color: '#C03281'

red 192 ◦ green 50 ◦ blue 129

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

Shades of Medium Red Violet #C03281

Tints of Medium Red Violet #C03281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.48%

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

R = 51.75%
G = 13.48%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C03281 (or 0xC03281) is known color: Medium Red Violet. HEX triplet: C0, 32 and 81. RGB value is (192,50,129). Sum of RGB (Red+Green+Blue) = 192+50+129=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C03281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03281 is #3FCD7E. Grayscale: #656565. Windows color (decimal): -4181375 or 8467136. OLE color: 8467136.

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

Color convert

RGB 192 50 129 -
CMYK 0 0.74 0.33 0.25
HSL 326.62º 0.59% 0.47% -
HSV(B) 326.62º 0.74% 0.75% -
XYZ 26.84 15.07 22.26 -
YUV 101.46 143.54 192.58 -
System Red Green Blue C M Y K H S L
Decimal 192 50 129 0 0.74 0.33 0.25 326.62 0.59 0.47
Hex C0 32 81 0 4A 21 19 147 3B 2F
Octal 300 62 201 0 112 41 31 507 73 57
Binary 11000000 110010 10000001 0 1001010 100001 11001 101000111 111011 101111

Color Harmonies of #C03281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03281

Black with #C03281

Text Example


Text Example

White with #C03281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03281; }

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

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

background-color css

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

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

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

border-color css

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

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

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