Html Css Color HEX #C03284 Medium Red Violet

📋 copy color: '#C03284'

red 192 ◦ green 50 ◦ blue 132

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

Shades of Medium Red Violet #C03284

Tints of Medium Red Violet #C03284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.29%

R = 51.34%
G = 13.37%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C03284 (or 0xC03284) is known color: Medium Red Violet. HEX triplet: C0, 32 and 84. RGB value is (192,50,132). Sum of RGB (Red+Green+Blue) = 192+50+132=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C03284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03284 is #3FCD7B. Grayscale: #656565. Windows color (decimal): -4181372 or 8663744. OLE color: 8663744.

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

Color convert

RGB 192 50 132 -
CMYK 0 0.74 0.31 0.25
HSL 325.35º 0.59% 0.47% -
HSV(B) 325.35º 0.74% 0.75% -
XYZ 27.04 15.15 23.33 -
YUV 101.81 145.04 192.33 -
System Red Green Blue C M Y K H S L
Decimal 192 50 132 0 0.74 0.31 0.25 325.35 0.59 0.47
Hex C0 32 84 0 4A 1F 19 145 3B 2F
Octal 300 62 204 0 112 37 31 505 73 57
Binary 11000000 110010 10000100 0 1001010 11111 11001 101000101 111011 101111

Color Harmonies of #C03284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03284

Black with #C03284

Text Example


Text Example

White with #C03284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03284; }

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

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

background-color css

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

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

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

border-color css

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

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

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