Html Css Color HEX #C02575 Medium Red Violet

📋 copy color: '#C02575'

red 192 ◦ green 37 ◦ blue 117

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

Shades of Medium Red Violet #C02575

Tints of Medium Red Violet #C02575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 55.49%
G = 10.69%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C02575 (or 0xC02575) is known color: Medium Red Violet. HEX triplet: C0, 25 and 75. RGB value is (192,37,117). Sum of RGB (Red+Green+Blue) = 192+37+117=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C02575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02575 is #3FDA8A. Grayscale: #5C5C5C. Windows color (decimal): -4184715 or 7677376. OLE color: 7677376.

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

Color convert

RGB 192 37 117 -
CMYK 0 0.81 0.39 0.25
HSL 329.03º 0.68% 0.45% -
HSV(B) 329.03º 0.81% 0.75% -
XYZ 25.61 13.81 18.15 -
YUV 92.47 141.85 199 -
System Red Green Blue C M Y K H S L
Decimal 192 37 117 0 0.81 0.39 0.25 329.03 0.68 0.45
Hex C0 25 75 0 51 27 19 149 44 2D
Octal 300 45 165 0 121 47 31 511 104 55
Binary 11000000 100101 1110101 0 1010001 100111 11001 101001001 1000100 101101

Color Harmonies of #C02575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02575

Black with #C02575

Text Example


Text Example

White with #C02575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02575; }

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

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

background-color css

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

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

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

border-color css

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

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

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