Html Css Color HEX #C6298B Medium Red Violet

📋 copy color: '#C6298B'

red 198 ◦ green 41 ◦ blue 139

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

Shades of Medium Red Violet #C6298B

Tints of Medium Red Violet #C6298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 52.38%
G = 10.85%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6298B (or 0xC6298B) is known color: Medium Red Violet. HEX triplet: C6, 29 and 8B. RGB value is (198,41,139). Sum of RGB (Red+Green+Blue) = 198+41+139=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6298B is #39D674. Grayscale: #626262. Windows color (decimal): -3790453 or 9120198. OLE color: 9120198.

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

Color convert

RGB 198 41 139 -
CMYK 0 0.79 0.30 0.22
HSL 322.55º 0.66% 0.47% -
HSV(B) 322.55º 0.79% 0.78% -
XYZ 28.74 15.46 25.89 -
YUV 99.12 150.51 198.53 -
System Red Green Blue C M Y K H S L
Decimal 198 41 139 0 0.79 0.30 0.22 322.55 0.66 0.47
Hex C6 29 8B 0 4F 1E 16 143 42 2F
Octal 306 51 213 0 117 36 26 503 102 57
Binary 11000110 101001 10001011 0 1001111 11110 10110 101000011 1000010 101111

Color Harmonies of #C6298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6298B

Black with #C6298B

Text Example


Text Example

White with #C6298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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