Html Css Color HEX #C03283 Medium Red Violet

📋 copy color: '#C03283'

red 192 ◦ green 50 ◦ blue 131

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

Shades of Medium Red Violet #C03283

Tints of Medium Red Violet #C03283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.12%

R = 51.47%
G = 13.4%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C03283 (or 0xC03283) is known color: Medium Red Violet. HEX triplet: C0, 32 and 83. RGB value is (192,50,131). Sum of RGB (Red+Green+Blue) = 192+50+131=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C03283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03283 is #3FCD7C. Grayscale: #656565. Windows color (decimal): -4181373 or 8598208. OLE color: 8598208.

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

Color convert

RGB 192 50 131 -
CMYK 0 0.74 0.32 0.25
HSL 325.77º 0.59% 0.47% -
HSV(B) 325.77º 0.74% 0.75% -
XYZ 26.98 15.13 22.97 -
YUV 101.69 144.54 192.41 -
System Red Green Blue C M Y K H S L
Decimal 192 50 131 0 0.74 0.32 0.25 325.77 0.59 0.47
Hex C0 32 83 0 4A 20 19 146 3B 2F
Octal 300 62 203 0 112 40 31 506 73 57
Binary 11000000 110010 10000011 0 1001010 100000 11001 101000110 111011 101111

Color Harmonies of #C03283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03283

Black with #C03283

Text Example


Text Example

White with #C03283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03283; }

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

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

background-color css

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

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

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

border-color css

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

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

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