Html Css Color HEX #C62470 Medium Violet Red

📋 copy color: '#C62470'

red 198 ◦ green 36 ◦ blue 112

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

Shades of Medium Violet Red #C62470

Tints of Medium Violet Red #C62470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.4%

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

R = 57.23%
G = 10.4%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C62470 (or 0xC62470) is known color: Medium Violet Red. HEX triplet: C6, 24 and 70. RGB value is (198,36,112). Sum of RGB (Red+Green+Blue) = 198+36+112=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C62470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62470 is #39DB8F. Grayscale: #5C5C5C. Windows color (decimal): -3791760 or 7349446. OLE color: 7349446.

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

Color convert

RGB 198 36 112 -
CMYK 0 0.82 0.43 0.22
HSL 331.85º 0.69% 0.46% -
HSV(B) 331.85º 0.82% 0.78% -
XYZ 26.84 14.44 16.7 -
YUV 93.1 138.67 202.82 -
System Red Green Blue C M Y K H S L
Decimal 198 36 112 0 0.82 0.43 0.22 331.85 0.69 0.46
Hex C6 24 70 0 52 2B 16 14C 45 2E
Octal 306 44 160 0 122 53 26 514 105 56
Binary 11000110 100100 1110000 0 1010010 101011 10110 101001100 1000101 101110

Color Harmonies of #C62470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62470

Black with #C62470

Text Example


Text Example

White with #C62470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62470; }

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

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

background-color css

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

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

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

border-color css

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

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

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