Html Css Color HEX #C0258D Medium Red Violet

📋 copy color: '#C0258D'

red 192 ◦ green 37 ◦ blue 141

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

Shades of Medium Red Violet #C0258D

Tints of Medium Red Violet #C0258D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.11%

R = 51.89%
G = 10%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0258D (or 0xC0258D) is known color: Medium Red Violet. HEX triplet: C0, 25 and 8D. RGB value is (192,37,141). Sum of RGB (Red+Green+Blue) = 192+37+141=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0258D is #3FDA72. Grayscale: #5E5E5E. Windows color (decimal): -4184691 or 9250240. OLE color: 9250240.

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

Color convert

RGB 192 37 141 -
CMYK 0 0.81 0.27 0.25
HSL 319.74º 0.68% 0.45% -
HSV(B) 319.74º 0.81% 0.75% -
XYZ 27.21 14.45 26.55 -
YUV 95.2 153.85 197.04 -
System Red Green Blue C M Y K H S L
Decimal 192 37 141 0 0.81 0.27 0.25 319.74 0.68 0.45
Hex C0 25 8D 0 51 1B 19 140 44 2D
Octal 300 45 215 0 121 33 31 500 104 55
Binary 11000000 100101 10001101 0 1010001 11011 11001 101000000 1000100 101101

Color Harmonies of #C0258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0258D

Black with #C0258D

Text Example


Text Example

White with #C0258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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