Html Css Color HEX #C6297D Medium Red Violet

📋 copy color: '#C6297D'

red 198 ◦ green 41 ◦ blue 125

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

Shades of Medium Red Violet #C6297D

Tints of Medium Red Violet #C6297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 54.4%
G = 11.26%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6297D (or 0xC6297D) is known color: Medium Red Violet. HEX triplet: C6, 29 and 7D. RGB value is (198,41,125). Sum of RGB (Red+Green+Blue) = 198+41+125=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C6297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6297D is #39D682. Grayscale: #616161. Windows color (decimal): -3790467 or 8202694. OLE color: 8202694.

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

Color convert

RGB 198 41 125 -
CMYK 0 0.79 0.37 0.22
HSL 327.9º 0.66% 0.47% -
HSV(B) 327.9º 0.79% 0.78% -
XYZ 27.78 15.07 20.85 -
YUV 97.52 143.51 199.67 -
System Red Green Blue C M Y K H S L
Decimal 198 41 125 0 0.79 0.37 0.22 327.9 0.66 0.47
Hex C6 29 7D 0 4F 25 16 148 42 2F
Octal 306 51 175 0 117 45 26 510 102 57
Binary 11000110 101001 1111101 0 1001111 100101 10110 101001000 1000010 101111

Color Harmonies of #C6297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6297D

Black with #C6297D

Text Example


Text Example

White with #C6297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6297D; }

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

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

background-color css

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

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

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

border-color css

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

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

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