Html Css Color HEX #C0258E Medium Red Violet

📋 copy color: '#C0258E'

red 192 ◦ green 37 ◦ blue 142

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

Shades of Medium Red Violet #C0258E

Tints of Medium Red Violet #C0258E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.27%

R = 51.75%
G = 9.97%
B = 38.27%

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

#C0258E (or 0xC0258E) is known color: Medium Red Violet. HEX triplet: C0, 25 and 8E. RGB value is (192,37,142). Sum of RGB (Red+Green+Blue) = 192+37+142=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0258E is #3FDA71. Grayscale: #5F5F5F. Windows color (decimal): -4184690 or 9315776. OLE color: 9315776.

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

Color convert

RGB 192 37 142 -
CMYK 0 0.81 0.26 0.25
HSL 319.35º 0.68% 0.45% -
HSV(B) 319.35º 0.81% 0.75% -
XYZ 27.28 14.48 26.95 -
YUV 95.32 154.35 196.96 -
System Red Green Blue C M Y K H S L
Decimal 192 37 142 0 0.81 0.26 0.25 319.35 0.68 0.45
Hex C0 25 8E 0 51 1A 19 13F 44 2D
Octal 300 45 216 0 121 32 31 477 104 55
Binary 11000000 100101 10001110 0 1010001 11010 11001 100111111 1000100 101101

Color Harmonies of #C0258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0258E

Black with #C0258E

Text Example


Text Example

White with #C0258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0258E; }

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

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

background-color css

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

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

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

border-color css

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

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

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