Html Css Color HEX #C03087 Medium Red Violet

📋 copy color: '#C03087'

red 192 ◦ green 48 ◦ blue 135

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

Shades of Medium Red Violet #C03087

Tints of Medium Red Violet #C03087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.8%

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

R = 51.2%
G = 12.8%
B = 36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C03087 (or 0xC03087) is known color: Medium Red Violet. HEX triplet: C0, 30 and 87. RGB value is (192,48,135). Sum of RGB (Red+Green+Blue) = 192+48+135=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C03087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03087 is #3FCF78. Grayscale: #646464. Windows color (decimal): -4181881 or 8859840. OLE color: 8859840.

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

Color convert

RGB 192 48 135 -
CMYK 0 0.75 0.30 0.25
HSL 323.75º 0.6% 0.47% -
HSV(B) 323.75º 0.75% 0.75% -
XYZ 27.17 15.07 24.4 -
YUV 100.97 147.21 192.93 -
System Red Green Blue C M Y K H S L
Decimal 192 48 135 0 0.75 0.30 0.25 323.75 0.6 0.47
Hex C0 30 87 0 4B 1E 19 144 3C 2F
Octal 300 60 207 0 113 36 31 504 74 57
Binary 11000000 110000 10000111 0 1001011 11110 11001 101000100 111100 101111

Color Harmonies of #C03087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03087

Black with #C03087

Text Example


Text Example

White with #C03087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03087; }

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

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

background-color css

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

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

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

border-color css

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

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

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