Html Css Color HEX #C6287F Medium Red Violet

📋 copy color: '#C6287F'

red 198 ◦ green 40 ◦ blue 127

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

Shades of Medium Red Violet #C6287F

Tints of Medium Red Violet #C6287F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.79%

R = 54.25%
G = 10.96%
B = 34.79%

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

#C6287F (or 0xC6287F) is known color: Medium Red Violet. HEX triplet: C6, 28 and 7F. RGB value is (198,40,127). Sum of RGB (Red+Green+Blue) = 198+40+127=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C6287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6287F is #39D780. Grayscale: #606060. Windows color (decimal): -3790721 or 8333510. OLE color: 8333510.

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

Color convert

RGB 198 40 127 -
CMYK 0 0.80 0.36 0.22
HSL 326.96º 0.66% 0.47% -
HSV(B) 326.96º 0.8% 0.78% -
XYZ 27.88 15.06 21.52 -
YUV 97.16 144.85 199.93 -
System Red Green Blue C M Y K H S L
Decimal 198 40 127 0 0.80 0.36 0.22 326.96 0.66 0.47
Hex C6 28 7F 0 50 24 16 147 42 2F
Octal 306 50 177 0 120 44 26 507 102 57
Binary 11000110 101000 1111111 0 1010000 100100 10110 101000111 1000010 101111

Color Harmonies of #C6287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6287F

Black with #C6287F

Text Example


Text Example

White with #C6287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6287F; }

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

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

background-color css

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

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

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

border-color css

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

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

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