Html Css Color HEX #C02875 Medium Red Violet

📋 copy color: '#C02875'

red 192 ◦ green 40 ◦ blue 117

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

Shades of Medium Red Violet #C02875

Tints of Medium Red Violet #C02875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.46%

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

R = 55.01%
G = 11.46%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C02875 (or 0xC02875) is known color: Medium Red Violet. HEX triplet: C0, 28 and 75. RGB value is (192,40,117). Sum of RGB (Red+Green+Blue) = 192+40+117=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C02875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02875 is #3FD78A. Grayscale: #5E5E5E. Windows color (decimal): -4183947 or 7678144. OLE color: 7678144.

HSL color Cylindrical-coordinate representation of color #C02875: hue angle of 329.61º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02875 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 40 117 -
CMYK 0 0.79 0.39 0.25
HSL 329.61º 0.66% 0.45% -
HSV(B) 329.61º 0.79% 0.75% -
XYZ 25.71 14.01 18.18 -
YUV 94.23 140.86 197.74 -
System Red Green Blue C M Y K H S L
Decimal 192 40 117 0 0.79 0.39 0.25 329.61 0.66 0.45
Hex C0 28 75 0 4F 27 19 14A 42 2D
Octal 300 50 165 0 117 47 31 512 102 55
Binary 11000000 101000 1110101 0 1001111 100111 11001 101001010 1000010 101101

Color Harmonies of #C02875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02875

Black with #C02875

Text Example


Text Example

White with #C02875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02875; }

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

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

background-color css

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

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

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

border-color css

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

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

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