Html Css Color HEX #C0257F Medium Red Violet

📋 copy color: '#C0257F'

red 192 ◦ green 37 ◦ blue 127

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

Shades of Medium Red Violet #C0257F

Tints of Medium Red Violet #C0257F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.67%

R = 53.93%
G = 10.39%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0257F (or 0xC0257F) is known color: Medium Red Violet. HEX triplet: C0, 25 and 7F. RGB value is (192,37,127). Sum of RGB (Red+Green+Blue) = 192+37+127=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0257F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0257F is #3FDA80. Grayscale: #5D5D5D. Windows color (decimal): -4184705 or 8332736. OLE color: 8332736.

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

Color convert

RGB 192 37 127 -
CMYK 0 0.81 0.34 0.25
HSL 325.16º 0.68% 0.45% -
HSV(B) 325.16º 0.81% 0.75% -
XYZ 26.23 14.06 21.41 -
YUV 93.61 146.85 198.18 -
System Red Green Blue C M Y K H S L
Decimal 192 37 127 0 0.81 0.34 0.25 325.16 0.68 0.45
Hex C0 25 7F 0 51 22 19 145 44 2D
Octal 300 45 177 0 121 42 31 505 104 55
Binary 11000000 100101 1111111 0 1010001 100010 11001 101000101 1000100 101101

Color Harmonies of #C0257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0257F

Black with #C0257F

Text Example


Text Example

White with #C0257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0257F; }

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

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

background-color css

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

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

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

border-color css

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

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

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