Html Css Color HEX #C6258A Medium Violet Red

📋 copy color: '#C6258A'

red 198 ◦ green 37 ◦ blue 138

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

Shades of Medium Violet Red #C6258A

Tints of Medium Violet Red #C6258A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37%

R = 53.08%
G = 9.92%
B = 37%

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

#C6258A (or 0xC6258A) is known color: Medium Violet Red. HEX triplet: C6, 25 and 8A. RGB value is (198,37,138). Sum of RGB (Red+Green+Blue) = 198+37+138=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6258A is #39DA75. Grayscale: #606060. Windows color (decimal): -3791478 or 9053638. OLE color: 9053638.

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

Color convert

RGB 198 37 138 -
CMYK 0 0.81 0.30 0.22
HSL 322.36º 0.69% 0.46% -
HSV(B) 322.36º 0.81% 0.78% -
XYZ 28.54 15.16 25.47 -
YUV 96.65 151.34 200.29 -
System Red Green Blue C M Y K H S L
Decimal 198 37 138 0 0.81 0.30 0.22 322.36 0.69 0.46
Hex C6 25 8A 0 51 1E 16 142 45 2E
Octal 306 45 212 0 121 36 26 502 105 56
Binary 11000110 100101 10001010 0 1010001 11110 10110 101000010 1000101 101110

Color Harmonies of #C6258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6258A

Black with #C6258A

Text Example


Text Example

White with #C6258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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