Html Css Color HEX #C123A7 Medium Violet Red

📋 copy color: '#C123A7'

red 193 ◦ green 35 ◦ blue 167

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

Shades of Medium Violet Red #C123A7

Tints of Medium Violet Red #C123A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.28%

R = 48.86%
G = 8.86%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C123A7 (or 0xC123A7) is known color: Medium Violet Red. HEX triplet: C1, 23 and A7. RGB value is (193,35,167). Sum of RGB (Red+Green+Blue) = 193+35+167=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 167 (65.62% from 255 or 42.28% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C123A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C123A7 is #3EDC58. Grayscale: #606060. Windows color (decimal): -4119641 or 10953665. OLE color: 10953665.

HSL color Cylindrical-coordinate representation of color #C123A7: hue angle of 309.87º 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 #C123A7 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 35 167 -
CMYK 0 0.82 0.13 0.24
HSL 309.87º 0.69% 0.45% -
HSV(B) 309.87º 0.82% 0.76% -
XYZ 29.57 15.33 37.96 -
YUV 97.29 167.35 196.27 -
System Red Green Blue C M Y K H S L
Decimal 193 35 167 0 0.82 0.13 0.24 309.87 0.69 0.45
Hex C1 23 A7 0 52 D 18 136 45 2D
Octal 301 43 247 0 122 15 30 466 105 55
Binary 11000001 100011 10100111 0 1010010 1101 11000 100110110 1000101 101101

Color Harmonies of #C123A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123A7

Black with #C123A7

Text Example


Text Example

White with #C123A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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