Html Css Color HEX #C6258B Medium Violet Red

📋 copy color: '#C6258B'

red 198 ◦ green 37 ◦ blue 139

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

Shades of Medium Violet Red #C6258B

Tints of Medium Violet Red #C6258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.89%

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

R = 52.94%
G = 9.89%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6258B (or 0xC6258B) is known color: Medium Violet Red. HEX triplet: C6, 25 and 8B. RGB value is (198,37,139). Sum of RGB (Red+Green+Blue) = 198+37+139=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6258B is #39DA74. Grayscale: #606060. Windows color (decimal): -3791477 or 9119174. OLE color: 9119174.

HSL color Cylindrical-coordinate representation of color #C6258B: hue angle of 321.99º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6258B is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 37 139 -
CMYK 0 0.81 0.30 0.22
HSL 321.99º 0.69% 0.46% -
HSV(B) 321.99º 0.81% 0.78% -
XYZ 28.61 15.19 25.85 -
YUV 96.77 151.84 200.21 -
System Red Green Blue C M Y K H S L
Decimal 198 37 139 0 0.81 0.30 0.22 321.99 0.69 0.46
Hex C6 25 8B 0 51 1E 16 142 45 2E
Octal 306 45 213 0 121 36 26 502 105 56
Binary 11000110 100101 10001011 0 1010001 11110 10110 101000010 1000101 101110

Color Harmonies of #C6258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6258B

Black with #C6258B

Text Example


Text Example

White with #C6258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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