Html Css Color HEX #C0258F Medium Red Violet

📋 copy color: '#C0258F'

red 192 ◦ green 37 ◦ blue 143

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

Shades of Medium Red Violet #C0258F

Tints of Medium Red Violet #C0258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.44%

R = 51.61%
G = 9.95%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0258F (or 0xC0258F) is known color: Medium Red Violet. HEX triplet: C0, 25 and 8F. RGB value is (192,37,143). Sum of RGB (Red+Green+Blue) = 192+37+143=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0258F is #3FDA70. Grayscale: #5F5F5F. Windows color (decimal): -4184689 or 9381312. OLE color: 9381312.

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

Color convert

RGB 192 37 143 -
CMYK 0 0.81 0.26 0.25
HSL 318.97º 0.68% 0.45% -
HSV(B) 318.97º 0.81% 0.75% -
XYZ 27.36 14.51 27.35 -
YUV 95.43 154.85 196.88 -
System Red Green Blue C M Y K H S L
Decimal 192 37 143 0 0.81 0.26 0.25 318.97 0.68 0.45
Hex C0 25 8F 0 51 1A 19 13F 44 2D
Octal 300 45 217 0 121 32 31 477 104 55
Binary 11000000 100101 10001111 0 1010001 11010 11001 100111111 1000100 101101

Color Harmonies of #C0258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0258F

Black with #C0258F

Text Example


Text Example

White with #C0258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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