Html Css Color HEX #C123A5 Medium Violet Red

📋 copy color: '#C123A5'

red 193 ◦ green 35 ◦ blue 165

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

Shades of Medium Violet Red #C123A5

Tints of Medium Violet Red #C123A5

RGB

 RED value IS 193 (75.78% from 255) = 49.11%

 GREEN value IS 35 (14.06% from 255) = 8.91%

 BLUE value IS 165 (64.84% from 255) = 41.98%

R = 49.11%
G = 8.91%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C123A5 (or 0xC123A5) is known color: Medium Violet Red. HEX triplet: C1, 23 and A5. RGB value is (193,35,165). Sum of RGB (Red+Green+Blue) = 193+35+165=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C123A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C123A5 is #3EDC5A. Grayscale: #606060. Windows color (decimal): -4119643 or 10822593. OLE color: 10822593.

HSL color Cylindrical-coordinate representation of color #C123A5: hue angle of 310.63º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C123A5 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 35 165 -
CMYK 0 0.82 0.15 0.24
HSL 310.63º 0.69% 0.45% -
HSV(B) 310.63º 0.82% 0.76% -
XYZ 29.38 15.26 36.99 -
YUV 97.06 166.35 196.43 -
System Red Green Blue C M Y K H S L
Decimal 193 35 165 0 0.82 0.15 0.24 310.63 0.69 0.45
Hex C1 23 A5 0 52 F 18 137 45 2D
Octal 301 43 245 0 122 17 30 467 105 55
Binary 11000001 100011 10100101 0 1010010 1111 11000 100110111 1000101 101101

Color Harmonies of #C123A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123A5

Black with #C123A5

Text Example


Text Example

White with #C123A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123A5; }

 p { color: rgb(193,35,165); }

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

background-color css

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

 a { background-color: rgb(193,35,165); }

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

border-color css

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

 span { border-color: rgb(193,35,165); }

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