Html Css Color HEX #C62A8F Medium Red Violet

📋 copy color: '#C62A8F'

red 198 ◦ green 42 ◦ blue 143

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

Shades of Medium Red Violet #C62A8F

Tints of Medium Red Violet #C62A8F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.97%

 BLUE value IS 143 (56.25% from 255) = 37.34%

R = 51.7%
G = 10.97%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C62A8F (or 0xC62A8F) is known color: Medium Red Violet. HEX triplet: C6, 2A and 8F. RGB value is (198,42,143). Sum of RGB (Red+Green+Blue) = 198+42+143=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62A8F is #39D570. Grayscale: #636363. Windows color (decimal): -3790193 or 9382598. OLE color: 9382598.

HSL color Cylindrical-coordinate representation of color #C62A8F: hue angle of 321.15º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62A8F is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 42 143 -
CMYK 0 0.79 0.28 0.22
HSL 321.15º 0.65% 0.47% -
HSV(B) 321.15º 0.79% 0.78% -
XYZ 29.07 15.64 27.47 -
YUV 100.16 152.18 197.79 -
System Red Green Blue C M Y K H S L
Decimal 198 42 143 0 0.79 0.28 0.22 321.15 0.65 0.47
Hex C6 2A 8F 0 4F 1C 16 141 41 2F
Octal 306 52 217 0 117 34 26 501 101 57
Binary 11000110 101010 10001111 0 1001111 11100 10110 101000001 1000001 101111

Color Harmonies of #C62A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62A8F

Black with #C62A8F

Text Example


Text Example

White with #C62A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62A8F; }

 p { color: rgb(198,42,143); }

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

background-color css

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

 a { background-color: rgb(198,42,143); }

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

border-color css

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

 span { border-color: rgb(198,42,143); }

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