Html Css Color HEX #C62674 Medium Red Violet

📋 copy color: '#C62674'

red 198 ◦ green 38 ◦ blue 116

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

Shades of Medium Red Violet #C62674

Tints of Medium Red Violet #C62674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.95%

R = 56.25%
G = 10.8%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C62674 (or 0xC62674) is known color: Medium Red Violet. HEX triplet: C6, 26 and 74. RGB value is (198,38,116). Sum of RGB (Red+Green+Blue) = 198+38+116=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C62674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62674 is #39D98B. Grayscale: #5E5E5E. Windows color (decimal): -3791244 or 7612102. OLE color: 7612102.

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

Color convert

RGB 198 38 116 -
CMYK 0 0.81 0.41 0.22
HSL 330.75º 0.68% 0.46% -
HSV(B) 330.75º 0.81% 0.78% -
XYZ 27.13 14.65 17.92 -
YUV 94.73 140.01 201.66 -
System Red Green Blue C M Y K H S L
Decimal 198 38 116 0 0.81 0.41 0.22 330.75 0.68 0.46
Hex C6 26 74 0 51 29 16 14B 44 2E
Octal 306 46 164 0 121 51 26 513 104 56
Binary 11000110 100110 1110100 0 1010001 101001 10110 101001011 1000100 101110

Color Harmonies of #C62674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62674

Black with #C62674

Text Example


Text Example

White with #C62674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62674; }

 p { color: rgb(198,38,116); }

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

background-color css

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

 a { background-color: rgb(198,38,116); }

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

border-color css

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

 span { border-color: rgb(198,38,116); }

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