Html Css Color HEX #C6297E Medium Red Violet

📋 copy color: '#C6297E'

red 198 ◦ green 41 ◦ blue 126

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

Shades of Medium Red Violet #C6297E

Tints of Medium Red Violet #C6297E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.52%

R = 54.25%
G = 11.23%
B = 34.52%

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

#C6297E (or 0xC6297E) is known color: Medium Red Violet. HEX triplet: C6, 29 and 7E. RGB value is (198,41,126). Sum of RGB (Red+Green+Blue) = 198+41+126=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C6297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6297E is #39D681. Grayscale: #616161. Windows color (decimal): -3790466 or 8268230. OLE color: 8268230.

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

Color convert

RGB 198 41 126 -
CMYK 0 0.79 0.36 0.22
HSL 327.52º 0.66% 0.47% -
HSV(B) 327.52º 0.79% 0.78% -
XYZ 27.85 15.1 21.19 -
YUV 97.63 144.01 199.59 -
System Red Green Blue C M Y K H S L
Decimal 198 41 126 0 0.79 0.36 0.22 327.52 0.66 0.47
Hex C6 29 7E 0 4F 24 16 148 42 2F
Octal 306 51 176 0 117 44 26 510 102 57
Binary 11000110 101001 1111110 0 1001111 100100 10110 101001000 1000010 101111

Color Harmonies of #C6297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6297E

Black with #C6297E

Text Example


Text Example

White with #C6297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6297E; }

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

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

background-color css

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

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

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

border-color css

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

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

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