Html Css Color HEX #C0259D Medium Red Violet

📋 copy color: '#C0259D'

red 192 ◦ green 37 ◦ blue 157

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

Shades of Medium Red Violet #C0259D

Tints of Medium Red Violet #C0259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.67%

R = 49.74%
G = 9.59%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0259D (or 0xC0259D) is known color: Medium Red Violet. HEX triplet: C0, 25 and 9D. RGB value is (192,37,157). Sum of RGB (Red+Green+Blue) = 192+37+157=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0259D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0259D is #3FDA62. Grayscale: #606060. Windows color (decimal): -4184675 or 10298816. OLE color: 10298816.

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

Color convert

RGB 192 37 157 -
CMYK 0 0.81 0.18 0.25
HSL 313.55º 0.68% 0.45% -
HSV(B) 313.55º 0.81% 0.75% -
XYZ 28.49 14.96 33.29 -
YUV 97.03 161.85 195.74 -
System Red Green Blue C M Y K H S L
Decimal 192 37 157 0 0.81 0.18 0.25 313.55 0.68 0.45
Hex C0 25 9D 0 51 12 19 13A 44 2D
Octal 300 45 235 0 121 22 31 472 104 55
Binary 11000000 100101 10011101 0 1010001 10010 11001 100111010 1000100 101101

Color Harmonies of #C0259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0259D

Black with #C0259D

Text Example


Text Example

White with #C0259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0259D; }

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

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

background-color css

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

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

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

border-color css

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

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

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