Html Css Color HEX #C613A8 Medium Violet Red

📋 copy color: '#C613A8'

red 198 ◦ green 19 ◦ blue 168

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

Shades of Medium Violet Red #C613A8

Tints of Medium Violet Red #C613A8

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.94%

 BLUE value IS 168 (66.02% from 255) = 43.64%

R = 51.43%
G = 4.94%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C613A8 (or 0xC613A8) is known color: Medium Violet Red. HEX triplet: C6, 13 and A8. RGB value is (198,19,168). Sum of RGB (Red+Green+Blue) = 198+19+168=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C613A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C613A8 is #39EC57. Grayscale: #595959. Windows color (decimal): -3796056 or 11015110. OLE color: 11015110.

HSL color Cylindrical-coordinate representation of color #C613A8: hue angle of 310.06º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C613A8 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 19 168 -
CMYK 0 0.90 0.15 0.22
HSL 310.06º 0.82% 0.43% -
HSV(B) 310.06º 0.9% 0.78% -
XYZ 30.59 15.3 38.39 -
YUV 89.51 172.3 205.38 -
System Red Green Blue C M Y K H S L
Decimal 198 19 168 0 0.90 0.15 0.22 310.06 0.82 0.43
Hex C6 13 A8 0 5A F 16 136 52 2B
Octal 306 23 250 0 132 17 26 466 122 53
Binary 11000110 10011 10101000 0 1011010 1111 10110 100110110 1010010 101011

Color Harmonies of #C613A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C613A8

Black with #C613A8

Text Example


Text Example

White with #C613A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C613A8; }

 p { color: rgb(198,19,168); }

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

background-color css

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

 a { background-color: rgb(198,19,168); }

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

border-color css

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

 span { border-color: rgb(198,19,168); }

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