Html Css Color HEX #C614A8 Medium Violet Red

📋 copy color: '#C614A8'

red 198 ◦ green 20 ◦ blue 168

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

Shades of Medium Violet Red #C614A8

Tints of Medium Violet Red #C614A8

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.18%

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

R = 51.3%
G = 5.18%
B = 43.52%

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

#C614A8 (or 0xC614A8) is known color: Medium Violet Red. HEX triplet: C6, 14 and A8. RGB value is (198,20,168). Sum of RGB (Red+Green+Blue) = 198+20+168=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C614A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C614A8 is #39EB57. Grayscale: #595959. Windows color (decimal): -3795800 or 11015366. OLE color: 11015366.

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

Color convert

RGB 198 20 168 -
CMYK 0 0.90 0.15 0.22
HSL 310.11º 0.82% 0.43% -
HSV(B) 310.11º 0.9% 0.78% -
XYZ 30.61 15.33 38.39 -
YUV 90.09 171.97 204.97 -
System Red Green Blue C M Y K H S L
Decimal 198 20 168 0 0.90 0.15 0.22 310.11 0.82 0.43
Hex C6 14 A8 0 5A F 16 136 52 2B
Octal 306 24 250 0 132 17 26 466 122 53
Binary 11000110 10100 10101000 0 1011010 1111 10110 100110110 1010010 101011

Color Harmonies of #C614A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C614A8

Black with #C614A8

Text Example


Text Example

White with #C614A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C614A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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