Html Css Color HEX #C1227D Medium Violet Red

📋 copy color: '#C1227D'

red 193 ◦ green 34 ◦ blue 125

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

Shades of Medium Violet Red #C1227D

Tints of Medium Violet Red #C1227D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.66%

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 54.83%
G = 9.66%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1227D (or 0xC1227D) is known color: Medium Violet Red. HEX triplet: C1, 22 and 7D. RGB value is (193,34,125). Sum of RGB (Red+Green+Blue) = 193+34+125=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C1227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1227D is #3EDD82. Grayscale: #5B5B5B. Windows color (decimal): -4119939 or 8200897. OLE color: 8200897.

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

Color convert

RGB 193 34 125 -
CMYK 0 0.82 0.35 0.24
HSL 325.66º 0.7% 0.45% -
HSV(B) 325.66º 0.82% 0.76% -
XYZ 26.27 13.96 20.71 -
YUV 91.92 146.68 200.1 -
System Red Green Blue C M Y K H S L
Decimal 193 34 125 0 0.82 0.35 0.24 325.66 0.7 0.45
Hex C1 22 7D 0 52 23 18 146 46 2D
Octal 301 42 175 0 122 43 30 506 106 55
Binary 11000001 100010 1111101 0 1010010 100011 11000 101000110 1000110 101101

Color Harmonies of #C1227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1227D

Black with #C1227D

Text Example


Text Example

White with #C1227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1227D; }

 p { color: rgb(193,34,125); }

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

background-color css

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

 a { background-color: rgb(193,34,125); }

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

border-color css

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

 span { border-color: rgb(193,34,125); }

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