Html Css Color HEX #C62BA2 Medium Red Violet

📋 copy color: '#C62BA2'

red 198 ◦ green 43 ◦ blue 162

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

Shades of Medium Red Violet #C62BA2

Tints of Medium Red Violet #C62BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.2%

R = 49.13%
G = 10.67%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C62BA2 (or 0xC62BA2) is known color: Medium Red Violet. HEX triplet: C6, 2B and A2. RGB value is (198,43,162). Sum of RGB (Red+Green+Blue) = 198+43+162=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C62BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62BA2 is #39D45D. Grayscale: #666666. Windows color (decimal): -3789918 or 10628038. OLE color: 10628038.

HSL color Cylindrical-coordinate representation of color #C62BA2: hue angle of 313.94º 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 #C62BA2 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 43 162 -
CMYK 0 0.78 0.18 0.22
HSL 313.94º 0.64% 0.47% -
HSV(B) 313.94º 0.78% 0.78% -
XYZ 30.67 16.34 35.72 -
YUV 102.91 161.35 195.82 -
System Red Green Blue C M Y K H S L
Decimal 198 43 162 0 0.78 0.18 0.22 313.94 0.64 0.47
Hex C6 2B A2 0 4E 12 16 13A 40 2F
Octal 306 53 242 0 116 22 26 472 100 57
Binary 11000110 101011 10100010 0 1001110 10010 10110 100111010 1000000 101111

Color Harmonies of #C62BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62BA2

Black with #C62BA2

Text Example


Text Example

White with #C62BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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