Html Css Color HEX #C02485 Medium Red Violet

📋 copy color: '#C02485'

red 192 ◦ green 36 ◦ blue 133

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

Shades of Medium Red Violet #C02485

Tints of Medium Red Violet #C02485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.97%

 BLUE value IS 133 (52.34% from 255) = 36.84%

R = 53.19%
G = 9.97%
B = 36.84%

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

#C02485 (or 0xC02485) is known color: Medium Red Violet. HEX triplet: C0, 24 and 85. RGB value is (192,36,133). Sum of RGB (Red+Green+Blue) = 192+36+133=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C02485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02485 is #3FDB7A. Grayscale: #5D5D5D. Windows color (decimal): -4184955 or 8725696. OLE color: 8725696.

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

Color convert

RGB 192 36 133 -
CMYK 0 0.81 0.31 0.25
HSL 322.69º 0.68% 0.45% -
HSV(B) 322.69º 0.81% 0.75% -
XYZ 26.6 14.16 23.52 -
YUV 93.7 150.18 198.11 -
System Red Green Blue C M Y K H S L
Decimal 192 36 133 0 0.81 0.31 0.25 322.69 0.68 0.45
Hex C0 24 85 0 51 1F 19 143 44 2D
Octal 300 44 205 0 121 37 31 503 104 55
Binary 11000000 100100 10000101 0 1010001 11111 11001 101000011 1000100 101101

Color Harmonies of #C02485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02485

Black with #C02485

Text Example


Text Example

White with #C02485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02485; }

 p { color: rgb(192,36,133); }

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

background-color css

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

 a { background-color: rgb(192,36,133); }

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

border-color css

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

 span { border-color: rgb(192,36,133); }

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