Html Css Color HEX #C0227D Medium Violet Red

📋 copy color: '#C0227D'

red 192 ◦ green 34 ◦ blue 125

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

Shades of Medium Violet Red #C0227D

Tints of Medium Violet Red #C0227D

RGB

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

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

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

R = 54.7%
G = 9.69%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0227D (or 0xC0227D) is known color: Medium Violet Red. HEX triplet: C0, 22 and 7D. RGB value is (192,34,125). Sum of RGB (Red+Green+Blue) = 192+34+125=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0227D is #3FDD82. Grayscale: #5B5B5B. Windows color (decimal): -4185475 or 8200896. OLE color: 8200896.

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

Color convert

RGB 192 34 125 -
CMYK 0 0.82 0.35 0.25
HSL 325.44º 0.7% 0.44% -
HSV(B) 325.44º 0.82% 0.75% -
XYZ 26.01 13.83 20.7 -
YUV 91.62 146.85 199.6 -
System Red Green Blue C M Y K H S L
Decimal 192 34 125 0 0.82 0.35 0.25 325.44 0.7 0.44
Hex C0 22 7D 0 52 23 19 145 46 2C
Octal 300 42 175 0 122 43 31 505 106 54
Binary 11000000 100010 1111101 0 1010010 100011 11001 101000101 1000110 101100

Color Harmonies of #C0227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0227D

Black with #C0227D

Text Example


Text Example

White with #C0227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0227D; }

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

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

background-color css

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

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

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

border-color css

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

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

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