Html Css Color HEX #C0227B Medium Violet Red

📋 copy color: '#C0227B'

red 192 ◦ green 34 ◦ blue 123

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

Shades of Medium Violet Red #C0227B

Tints of Medium Violet Red #C0227B

RGB

 RED value IS 192 (75.39% from 255) = 55.01%

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

 BLUE value IS 123 (48.44% from 255) = 35.24%

R = 55.01%
G = 9.74%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0227B (or 0xC0227B) is known color: Medium Violet Red. HEX triplet: C0, 22 and 7B. RGB value is (192,34,123). Sum of RGB (Red+Green+Blue) = 192+34+123=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0227B is #3FDD84. Grayscale: #5B5B5B. Windows color (decimal): -4185477 or 8069824. OLE color: 8069824.

HSL color Cylindrical-coordinate representation of color #C0227B: hue angle of 326.2º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0227B is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 34 123 -
CMYK 0 0.82 0.36 0.25
HSL 326.2º 0.7% 0.44% -
HSV(B) 326.2º 0.82% 0.75% -
XYZ 25.89 13.78 20.03 -
YUV 91.39 145.85 199.76 -
System Red Green Blue C M Y K H S L
Decimal 192 34 123 0 0.82 0.36 0.25 326.2 0.7 0.44
Hex C0 22 7B 0 52 24 19 146 46 2C
Octal 300 42 173 0 122 44 31 506 106 54
Binary 11000000 100010 1111011 0 1010010 100100 11001 101000110 1000110 101100

Color Harmonies of #C0227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0227B

Black with #C0227B

Text Example


Text Example

White with #C0227B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0227B; }

 p { color: rgb(192,34,123); }

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

background-color css

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

 a { background-color: rgb(192,34,123); }

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

border-color css

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

 span { border-color: rgb(192,34,123); }

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