Html Css Color HEX #C02594 Medium Red Violet

📋 copy color: '#C02594'

red 192 ◦ green 37 ◦ blue 148

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

Shades of Medium Red Violet #C02594

Tints of Medium Red Violet #C02594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.26%

R = 50.93%
G = 9.81%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C02594 (or 0xC02594) is known color: Medium Red Violet. HEX triplet: C0, 25 and 94. RGB value is (192,37,148). Sum of RGB (Red+Green+Blue) = 192+37+148=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C02594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02594 is #3FDA6B. Grayscale: #5F5F5F. Windows color (decimal): -4184684 or 9708992. OLE color: 9708992.

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

Color convert

RGB 192 37 148 -
CMYK 0 0.81 0.23 0.25
HSL 317.03º 0.68% 0.45% -
HSV(B) 317.03º 0.81% 0.75% -
XYZ 27.75 14.67 29.39 -
YUV 96 157.35 196.47 -
System Red Green Blue C M Y K H S L
Decimal 192 37 148 0 0.81 0.23 0.25 317.03 0.68 0.45
Hex C0 25 94 0 51 17 19 13D 44 2D
Octal 300 45 224 0 121 27 31 475 104 55
Binary 11000000 100101 10010100 0 1010001 10111 11001 100111101 1000100 101101

Color Harmonies of #C02594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02594

Black with #C02594

Text Example


Text Example

White with #C02594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02594; }

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

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

background-color css

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

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

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

border-color css

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

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

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