Html Css Color HEX #C6297F Medium Red Violet

📋 copy color: '#C6297F'

red 198 ◦ green 41 ◦ blue 127

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

Shades of Medium Red Violet #C6297F

Tints of Medium Red Violet #C6297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.2%

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

R = 54.1%
G = 11.2%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6297F (or 0xC6297F) is known color: Medium Red Violet. HEX triplet: C6, 29 and 7F. RGB value is (198,41,127). Sum of RGB (Red+Green+Blue) = 198+41+127=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C6297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6297F is #39D680. Grayscale: #616161. Windows color (decimal): -3790465 or 8333766. OLE color: 8333766.

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

Color convert

RGB 198 41 127 -
CMYK 0 0.79 0.36 0.22
HSL 327.13º 0.66% 0.47% -
HSV(B) 327.13º 0.79% 0.78% -
XYZ 27.91 15.12 21.53 -
YUV 97.75 144.51 199.51 -
System Red Green Blue C M Y K H S L
Decimal 198 41 127 0 0.79 0.36 0.22 327.13 0.66 0.47
Hex C6 29 7F 0 4F 24 16 147 42 2F
Octal 306 51 177 0 117 44 26 507 102 57
Binary 11000110 101001 1111111 0 1001111 100100 10110 101000111 1000010 101111

Color Harmonies of #C6297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6297F

Black with #C6297F

Text Example


Text Example

White with #C6297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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