Html Css Color HEX #C02E74 Medium Red Violet

📋 copy color: '#C02E74'

red 192 ◦ green 46 ◦ blue 116

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

Shades of Medium Red Violet #C02E74

Tints of Medium Red Violet #C02E74

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.99%

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

R = 54.24%
G = 12.99%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C02E74 (or 0xC02E74) is known color: Medium Red Violet. HEX triplet: C0, 2E and 74. RGB value is (192,46,116). Sum of RGB (Red+Green+Blue) = 192+46+116=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02E74 is #3FD18B. Grayscale: #616161. Windows color (decimal): -4182412 or 7614144. OLE color: 7614144.

HSL color Cylindrical-coordinate representation of color #C02E74: hue angle of 331.23º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02E74 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 46 116 -
CMYK 0 0.76 0.40 0.25
HSL 331.23º 0.61% 0.47% -
HSV(B) 331.23º 0.76% 0.75% -
XYZ 25.87 14.42 17.94 -
YUV 97.63 138.37 195.31 -
System Red Green Blue C M Y K H S L
Decimal 192 46 116 0 0.76 0.40 0.25 331.23 0.61 0.47
Hex C0 2E 74 0 4C 28 19 14B 3D 2F
Octal 300 56 164 0 114 50 31 513 75 57
Binary 11000000 101110 1110100 0 1001100 101000 11001 101001011 111101 101111

Color Harmonies of #C02E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02E74

Black with #C02E74

Text Example


Text Example

White with #C02E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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