Html Css Color HEX #C62A6F Medium Red Violet

📋 copy color: '#C62A6F'

red 198 ◦ green 42 ◦ blue 111

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

Shades of Medium Red Violet #C62A6F

Tints of Medium Red Violet #C62A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.62%

R = 56.41%
G = 11.97%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C62A6F (or 0xC62A6F) is known color: Medium Red Violet. HEX triplet: C6, 2A and 6F. RGB value is (198,42,111). Sum of RGB (Red+Green+Blue) = 198+42+111=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62A6F is #39D590. Grayscale: #606060. Windows color (decimal): -3790225 or 7285446. OLE color: 7285446.

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

Color convert

RGB 198 42 111 -
CMYK 0 0.79 0.44 0.22
HSL 333.46º 0.65% 0.47% -
HSV(B) 333.46º 0.79% 0.78% -
XYZ 26.99 14.81 16.48 -
YUV 96.51 136.18 200.39 -
System Red Green Blue C M Y K H S L
Decimal 198 42 111 0 0.79 0.44 0.22 333.46 0.65 0.47
Hex C6 2A 6F 0 4F 2C 16 14D 41 2F
Octal 306 52 157 0 117 54 26 515 101 57
Binary 11000110 101010 1101111 0 1001111 101100 10110 101001101 1000001 101111

Color Harmonies of #C62A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62A6F

Black with #C62A6F

Text Example


Text Example

White with #C62A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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