Html Css Color HEX #C02670 Medium Red Violet

📋 copy color: '#C02670'

red 192 ◦ green 38 ◦ blue 112

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

Shades of Medium Red Violet #C02670

Tints of Medium Red Violet #C02670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.75%

R = 56.14%
G = 11.11%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C02670 (or 0xC02670) is known color: Medium Red Violet. HEX triplet: C0, 26 and 70. RGB value is (192,38,112). Sum of RGB (Red+Green+Blue) = 192+38+112=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C02670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02670 is #3FD98F. Grayscale: #5C5C5C. Windows color (decimal): -4184464 or 7349952. OLE color: 7349952.

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

Color convert

RGB 192 38 112 -
CMYK 0 0.80 0.42 0.25
HSL 331.17º 0.67% 0.45% -
HSV(B) 331.17º 0.8% 0.75% -
XYZ 25.36 13.76 16.65 -
YUV 92.48 139.02 198.98 -
System Red Green Blue C M Y K H S L
Decimal 192 38 112 0 0.80 0.42 0.25 331.17 0.67 0.45
Hex C0 26 70 0 50 2A 19 14B 43 2D
Octal 300 46 160 0 120 52 31 513 103 55
Binary 11000000 100110 1110000 0 1010000 101010 11001 101001011 1000011 101101

Color Harmonies of #C02670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02670

Black with #C02670

Text Example


Text Example

White with #C02670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02670; }

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

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

background-color css

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

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

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

border-color css

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

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

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