Html Css Color HEX #C02274 Medium Violet Red

📋 copy color: '#C02274'

red 192 ◦ green 34 ◦ blue 116

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

Shades of Medium Violet Red #C02274

Tints of Medium Violet Red #C02274

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.94%

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

R = 56.14%
G = 9.94%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C02274 (or 0xC02274) is known color: Medium Violet Red. HEX triplet: C0, 22 and 74. RGB value is (192,34,116). Sum of RGB (Red+Green+Blue) = 192+34+116=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C02274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02274 is #3FDD8B. Grayscale: #5A5A5A. Windows color (decimal): -4185484 or 7611072. OLE color: 7611072.

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

Color convert

RGB 192 34 116 -
CMYK 0 0.82 0.40 0.25
HSL 328.86º 0.7% 0.44% -
HSV(B) 328.86º 0.82% 0.75% -
XYZ 25.46 13.61 17.81 -
YUV 90.59 142.35 200.33 -
System Red Green Blue C M Y K H S L
Decimal 192 34 116 0 0.82 0.40 0.25 328.86 0.7 0.44
Hex C0 22 74 0 52 28 19 149 46 2C
Octal 300 42 164 0 122 50 31 511 106 54
Binary 11000000 100010 1110100 0 1010010 101000 11001 101001001 1000110 101100

Color Harmonies of #C02274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02274

Black with #C02274

Text Example


Text Example

White with #C02274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02274; }

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

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

background-color css

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

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

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

border-color css

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

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

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