Html Css Color HEX #C6028B Medium Violet Red

📋 copy color: '#C6028B'

red 198 ◦ green 2 ◦ blue 139

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

Shades of Medium Violet Red #C6028B

Tints of Medium Violet Red #C6028B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 58.41%
G = 0.59%
B = 41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6028B (or 0xC6028B) is known color: Medium Violet Red. HEX triplet: C6, 02 and 8B. RGB value is (198,2,139). Sum of RGB (Red+Green+Blue) = 198+2+139=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C6028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6028B is #39FD74. Grayscale: #4B4B4B. Windows color (decimal): -3800437 or 9110214. OLE color: 9110214.

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

Color convert

RGB 198 2 139 -
CMYK 0 0.99 0.30 0.22
HSL 318.06º 0.98% 0.39% -
HSV(B) 318.06º 0.99% 0.78% -
XYZ 27.97 13.91 25.64 -
YUV 76.22 163.43 214.86 -
System Red Green Blue C M Y K H S L
Decimal 198 2 139 0 0.99 0.30 0.22 318.06 0.98 0.39
Hex C6 2 8B 0 63 1E 16 13E 62 27
Octal 306 2 213 0 143 36 26 476 142 47
Binary 11000110 10 10001011 0 1100011 11110 10110 100111110 1100010 100111

Color Harmonies of #C6028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6028B

Black with #C6028B

Text Example


Text Example

White with #C6028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6028B; }

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

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

background-color css

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

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

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

border-color css

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

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

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