Html Css Color HEX #C6297B Medium Red Violet

📋 copy color: '#C6297B'

red 198 ◦ green 41 ◦ blue 123

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

Shades of Medium Red Violet #C6297B

Tints of Medium Red Violet #C6297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.98%

R = 54.7%
G = 11.33%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6297B (or 0xC6297B) is known color: Medium Red Violet. HEX triplet: C6, 29 and 7B. RGB value is (198,41,123). Sum of RGB (Red+Green+Blue) = 198+41+123=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6297B is #39D684. Grayscale: #616161. Windows color (decimal): -3790469 or 8071622. OLE color: 8071622.

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

Color convert

RGB 198 41 123 -
CMYK 0 0.79 0.38 0.22
HSL 328.66º 0.66% 0.47% -
HSV(B) 328.66º 0.79% 0.78% -
XYZ 27.66 15.02 20.18 -
YUV 97.29 142.51 199.83 -
System Red Green Blue C M Y K H S L
Decimal 198 41 123 0 0.79 0.38 0.22 328.66 0.66 0.47
Hex C6 29 7B 0 4F 26 16 149 42 2F
Octal 306 51 173 0 117 46 26 511 102 57
Binary 11000110 101001 1111011 0 1001111 100110 10110 101001001 1000010 101111

Color Harmonies of #C6297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6297B

Black with #C6297B

Text Example


Text Example

White with #C6297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6297B; }

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

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

background-color css

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

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

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

border-color css

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

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

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