Html Css Color HEX #C0259F Medium Red Violet

📋 copy color: '#C0259F'

red 192 ◦ green 37 ◦ blue 159

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

Shades of Medium Red Violet #C0259F

Tints of Medium Red Violet #C0259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.54%

 BLUE value IS 159 (62.5% from 255) = 40.98%

R = 49.48%
G = 9.54%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0259F (or 0xC0259F) is known color: Medium Red Violet. HEX triplet: C0, 25 and 9F. RGB value is (192,37,159). Sum of RGB (Red+Green+Blue) = 192+37+159=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0259F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0259F is #3FDA60. Grayscale: #606060. Windows color (decimal): -4184673 or 10429888. OLE color: 10429888.

HSL color Cylindrical-coordinate representation of color #C0259F: hue angle of 312.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0259F is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 37 159 -
CMYK 0 0.81 0.17 0.25
HSL 312.77º 0.68% 0.45% -
HSV(B) 312.77º 0.81% 0.75% -
XYZ 28.66 15.03 34.19 -
YUV 97.25 162.85 195.58 -
System Red Green Blue C M Y K H S L
Decimal 192 37 159 0 0.81 0.17 0.25 312.77 0.68 0.45
Hex C0 25 9F 0 51 11 19 139 44 2D
Octal 300 45 237 0 121 21 31 471 104 55
Binary 11000000 100101 10011111 0 1010001 10001 11001 100111001 1000100 101101

Color Harmonies of #C0259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0259F

Black with #C0259F

Text Example


Text Example

White with #C0259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0259F; }

 p { color: rgb(192,37,159); }

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

background-color css

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

 a { background-color: rgb(192,37,159); }

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

border-color css

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

 span { border-color: rgb(192,37,159); }

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