Html Css Color HEX #C02874 Medium Red Violet

📋 copy color: '#C02874'

red 192 ◦ green 40 ◦ blue 116

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

Shades of Medium Red Violet #C02874

Tints of Medium Red Violet #C02874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.33%

R = 55.17%
G = 11.49%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C02874 (or 0xC02874) is known color: Medium Red Violet. HEX triplet: C0, 28 and 74. RGB value is (192,40,116). Sum of RGB (Red+Green+Blue) = 192+40+116=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C02874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02874 is #3FD78B. Grayscale: #5D5D5D. Windows color (decimal): -4183948 or 7612608. OLE color: 7612608.

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

Color convert

RGB 192 40 116 -
CMYK 0 0.79 0.40 0.25
HSL 330º 0.66% 0.45% -
HSV(B) 330º 0.79% 0.75% -
XYZ 25.65 13.99 17.87 -
YUV 94.11 140.36 197.82 -
System Red Green Blue C M Y K H S L
Decimal 192 40 116 0 0.79 0.40 0.25 330 0.66 0.45
Hex C0 28 74 0 4F 28 19 14A 42 2D
Octal 300 50 164 0 117 50 31 512 102 55
Binary 11000000 101000 1110100 0 1001111 101000 11001 101001010 1000010 101101

Color Harmonies of #C02874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02874

Black with #C02874

Text Example


Text Example

White with #C02874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02874; }

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

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

background-color css

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

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

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

border-color css

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

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

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