Html Css Color HEX #C62B70 Medium Red Violet

📋 copy color: '#C62B70'

red 198 ◦ green 43 ◦ blue 112

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

Shades of Medium Red Violet #C62B70

Tints of Medium Red Violet #C62B70

RGB

 RED value IS 198 (77.73% from 255) = 56.09%

 GREEN value IS 43 (17.19% from 255) = 12.18%

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

R = 56.09%
G = 12.18%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C62B70 (or 0xC62B70) is known color: Medium Red Violet. HEX triplet: C6, 2B and 70. RGB value is (198,43,112). Sum of RGB (Red+Green+Blue) = 198+43+112=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62B70 is #39D48F. Grayscale: #616161. Windows color (decimal): -3789968 or 7351238. OLE color: 7351238.

HSL color Cylindrical-coordinate representation of color #C62B70: hue angle of 333.29º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62B70 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 43 112 -
CMYK 0 0.78 0.43 0.22
HSL 333.29º 0.64% 0.47% -
HSV(B) 333.29º 0.78% 0.78% -
XYZ 27.08 14.9 16.78 -
YUV 97.21 136.35 199.89 -
System Red Green Blue C M Y K H S L
Decimal 198 43 112 0 0.78 0.43 0.22 333.29 0.64 0.47
Hex C6 2B 70 0 4E 2B 16 14D 40 2F
Octal 306 53 160 0 116 53 26 515 100 57
Binary 11000110 101011 1110000 0 1001110 101011 10110 101001101 1000000 101111

Color Harmonies of #C62B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62B70

Black with #C62B70

Text Example


Text Example

White with #C62B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62B70; }

 p { color: rgb(198,43,112); }

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

background-color css

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

 a { background-color: rgb(198,43,112); }

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

border-color css

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

 span { border-color: rgb(198,43,112); }

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