Html Css Color HEX #C02672 Medium Red Violet

📋 copy color: '#C02672'

red 192 ◦ green 38 ◦ blue 114

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

Shades of Medium Red Violet #C02672

Tints of Medium Red Violet #C02672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.05%

 BLUE value IS 114 (44.92% from 255) = 33.14%

R = 55.81%
G = 11.05%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C02672 (or 0xC02672) is known color: Medium Red Violet. HEX triplet: C0, 26 and 72. RGB value is (192,38,114). Sum of RGB (Red+Green+Blue) = 192+38+114=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C02672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02672 is #3FD98D. Grayscale: #5C5C5C. Windows color (decimal): -4184462 or 7481024. OLE color: 7481024.

HSL color Cylindrical-coordinate representation of color #C02672: hue angle of 330.39º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02672 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 38 114 -
CMYK 0 0.80 0.41 0.25
HSL 330.39º 0.67% 0.45% -
HSV(B) 330.39º 0.8% 0.75% -
XYZ 25.47 13.81 17.24 -
YUV 92.71 140.02 198.82 -
System Red Green Blue C M Y K H S L
Decimal 192 38 114 0 0.80 0.41 0.25 330.39 0.67 0.45
Hex C0 26 72 0 50 29 19 14A 43 2D
Octal 300 46 162 0 120 51 31 512 103 55
Binary 11000000 100110 1110010 0 1010000 101001 11001 101001010 1000011 101101

Color Harmonies of #C02672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02672

Black with #C02672

Text Example


Text Example

White with #C02672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02672; }

 p { color: rgb(192,38,114); }

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

background-color css

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

 a { background-color: rgb(192,38,114); }

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

border-color css

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

 span { border-color: rgb(192,38,114); }

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