Html Css Color HEX #C6287E Medium Red Violet

📋 copy color: '#C6287E'

red 198 ◦ green 40 ◦ blue 126

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

Shades of Medium Red Violet #C6287E

Tints of Medium Red Violet #C6287E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.99%

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

R = 54.4%
G = 10.99%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6287E (or 0xC6287E) is known color: Medium Red Violet. HEX triplet: C6, 28 and 7E. RGB value is (198,40,126). Sum of RGB (Red+Green+Blue) = 198+40+126=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C6287E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6287E is #39D781. Grayscale: #606060. Windows color (decimal): -3790722 or 8267974. OLE color: 8267974.

HSL color Cylindrical-coordinate representation of color #C6287E: hue angle of 327.34º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6287E is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 126 -
CMYK 0 0.80 0.36 0.22
HSL 327.34º 0.66% 0.47% -
HSV(B) 327.34º 0.8% 0.78% -
XYZ 27.81 15.03 21.17 -
YUV 97.05 144.35 200.01 -
System Red Green Blue C M Y K H S L
Decimal 198 40 126 0 0.80 0.36 0.22 327.34 0.66 0.47
Hex C6 28 7E 0 50 24 16 147 42 2F
Octal 306 50 176 0 120 44 26 507 102 57
Binary 11000110 101000 1111110 0 1010000 100100 10110 101000111 1000010 101111

Color Harmonies of #C6287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6287E

Black with #C6287E

Text Example


Text Example

White with #C6287E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6287E; }

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

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

background-color css

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

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

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

border-color css

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

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

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