Html Css Color HEX #C62D90 Medium Red Violet

📋 copy color: '#C62D90'

red 198 ◦ green 45 ◦ blue 144

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

Shades of Medium Red Violet #C62D90

Tints of Medium Red Violet #C62D90

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.63%

 BLUE value IS 144 (56.64% from 255) = 37.21%

R = 51.16%
G = 11.63%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C62D90 (or 0xC62D90) is known color: Medium Red Violet. HEX triplet: C6, 2D and 90. RGB value is (198,45,144). Sum of RGB (Red+Green+Blue) = 198+45+144=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62D90 is #39D26F. Grayscale: #656565. Windows color (decimal): -3789424 or 9448902. OLE color: 9448902.

HSL color Cylindrical-coordinate representation of color #C62D90: hue angle of 321.18º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62D90 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 45 144 -
CMYK 0 0.77 0.27 0.22
HSL 321.18º 0.63% 0.48% -
HSV(B) 321.18º 0.77% 0.78% -
XYZ 29.26 15.9 27.91 -
YUV 102.03 151.69 196.45 -
System Red Green Blue C M Y K H S L
Decimal 198 45 144 0 0.77 0.27 0.22 321.18 0.63 0.48
Hex C6 2D 90 0 4D 1B 16 141 3F 30
Octal 306 55 220 0 115 33 26 501 77 60
Binary 11000110 101101 10010000 0 1001101 11011 10110 101000001 111111 110000

Color Harmonies of #C62D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62D90

Black with #C62D90

Text Example


Text Example

White with #C62D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62D90; }

 p { color: rgb(198,45,144); }

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

background-color css

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

 a { background-color: rgb(198,45,144); }

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

border-color css

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

 span { border-color: rgb(198,45,144); }

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