Html Css Color HEX #C62FAA Medium Red Violet

📋 copy color: '#C62FAA'

red 198 ◦ green 47 ◦ blue 170

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

Shades of Medium Red Violet #C62FAA

Tints of Medium Red Violet #C62FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.33%

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 47.71%
G = 11.33%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C62FAA (or 0xC62FAA) is known color: Medium Red Violet. HEX triplet: C6, 2F and AA. RGB value is (198,47,170). Sum of RGB (Red+Green+Blue) = 198+47+170=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C62FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62FAA is #39D055. Grayscale: #696969. Windows color (decimal): -3788886 or 11153350. OLE color: 11153350.

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

Color convert

RGB 198 47 170 -
CMYK 0 0.76 0.14 0.22
HSL 311.13º 0.62% 0.48% -
HSV(B) 311.13º 0.76% 0.78% -
XYZ 31.56 16.94 39.64 -
YUV 106.17 164.03 193.5 -
System Red Green Blue C M Y K H S L
Decimal 198 47 170 0 0.76 0.14 0.22 311.13 0.62 0.48
Hex C6 2F AA 0 4C E 16 137 3E 30
Octal 306 57 252 0 114 16 26 467 76 60
Binary 11000110 101111 10101010 0 1001100 1110 10110 100110111 111110 110000

Color Harmonies of #C62FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62FAA

Black with #C62FAA

Text Example


Text Example

White with #C62FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62FAA; }

 p { color: rgb(198,47,170); }

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

background-color css

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

 a { background-color: rgb(198,47,170); }

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

border-color css

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

 span { border-color: rgb(198,47,170); }

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