Html Css Color HEX #C03287 Medium Red Violet

📋 copy color: '#C03287'

red 192 ◦ green 50 ◦ blue 135

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

Shades of Medium Red Violet #C03287

Tints of Medium Red Violet #C03287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.81%

R = 50.93%
G = 13.26%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C03287 (or 0xC03287) is known color: Medium Red Violet. HEX triplet: C0, 32 and 87. RGB value is (192,50,135). Sum of RGB (Red+Green+Blue) = 192+50+135=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C03287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03287 is #3FCD78. Grayscale: #656565. Windows color (decimal): -4181369 or 8860352. OLE color: 8860352.

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

Color convert

RGB 192 50 135 -
CMYK 0 0.74 0.30 0.25
HSL 324.08º 0.59% 0.47% -
HSV(B) 324.08º 0.74% 0.75% -
XYZ 27.25 15.24 24.43 -
YUV 102.15 146.54 192.09 -
System Red Green Blue C M Y K H S L
Decimal 192 50 135 0 0.74 0.30 0.25 324.08 0.59 0.47
Hex C0 32 87 0 4A 1E 19 144 3B 2F
Octal 300 62 207 0 112 36 31 504 73 57
Binary 11000000 110010 10000111 0 1001010 11110 11001 101000100 111011 101111

Color Harmonies of #C03287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03287

Black with #C03287

Text Example


Text Example

White with #C03287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03287; }

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

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

background-color css

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

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

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

border-color css

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

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

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