Html Css Color HEX #C62B7F Medium Red Violet

📋 copy color: '#C62B7F'

red 198 ◦ green 43 ◦ blue 127

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

Shades of Medium Red Violet #C62B7F

Tints of Medium Red Violet #C62B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.51%

R = 53.8%
G = 11.68%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C62B7F (or 0xC62B7F) is known color: Medium Red Violet. HEX triplet: C6, 2B and 7F. RGB value is (198,43,127). Sum of RGB (Red+Green+Blue) = 198+43+127=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62B7F is #39D480. Grayscale: #626262. Windows color (decimal): -3789953 or 8334278. OLE color: 8334278.

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

Color convert

RGB 198 43 127 -
CMYK 0 0.78 0.36 0.22
HSL 327.48º 0.64% 0.47% -
HSV(B) 327.48º 0.78% 0.78% -
XYZ 27.98 15.27 21.55 -
YUV 98.92 143.85 198.67 -
System Red Green Blue C M Y K H S L
Decimal 198 43 127 0 0.78 0.36 0.22 327.48 0.64 0.47
Hex C6 2B 7F 0 4E 24 16 147 40 2F
Octal 306 53 177 0 116 44 26 507 100 57
Binary 11000110 101011 1111111 0 1001110 100100 10110 101000111 1000000 101111

Color Harmonies of #C62B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62B7F

Black with #C62B7F

Text Example


Text Example

White with #C62B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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