Html Css Color HEX #C02584 Medium Red Violet

📋 copy color: '#C02584'

red 192 ◦ green 37 ◦ blue 132

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

Shades of Medium Red Violet #C02584

Tints of Medium Red Violet #C02584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.57%

R = 53.19%
G = 10.25%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C02584 (or 0xC02584) is known color: Medium Red Violet. HEX triplet: C0, 25 and 84. RGB value is (192,37,132). Sum of RGB (Red+Green+Blue) = 192+37+132=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C02584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02584 is #3FDA7B. Grayscale: #5D5D5D. Windows color (decimal): -4184700 or 8660416. OLE color: 8660416.

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

Color convert

RGB 192 37 132 -
CMYK 0 0.81 0.31 0.25
HSL 323.23º 0.68% 0.45% -
HSV(B) 323.23º 0.81% 0.75% -
XYZ 26.56 14.2 23.17 -
YUV 94.18 149.35 197.78 -
System Red Green Blue C M Y K H S L
Decimal 192 37 132 0 0.81 0.31 0.25 323.23 0.68 0.45
Hex C0 25 84 0 51 1F 19 143 44 2D
Octal 300 45 204 0 121 37 31 503 104 55
Binary 11000000 100101 10000100 0 1010001 11111 11001 101000011 1000100 101101

Color Harmonies of #C02584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02584

Black with #C02584

Text Example


Text Example

White with #C02584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02584; }

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

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

background-color css

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

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

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

border-color css

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

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

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