Html Css Color HEX #CD227C Medium Violet Red

📋 copy color: '#CD227C'

red 205 ◦ green 34 ◦ blue 124

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

Shades of Medium Violet Red #CD227C

Tints of Medium Violet Red #CD227C

RGB

 RED value IS 205 (80.47% from 255) = 56.47%

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

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 56.47%
G = 9.37%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD227C (or 0xCD227C) is known color: Medium Violet Red. HEX triplet: CD, 22 and 7C. RGB value is (205,34,124). Sum of RGB (Red+Green+Blue) = 205+34+124=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD227C is #32DD83. Grayscale: #5F5F5F. Windows color (decimal): -3333508 or 8135373. OLE color: 8135373.

HSL color Cylindrical-coordinate representation of color #CD227C: hue angle of 328.42º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD227C is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 34 124 -
CMYK 0 0.83 0.40 0.20
HSL 328.42º 0.72% 0.47% -
HSV(B) 328.42º 0.83% 0.8% -
XYZ 29.39 15.58 20.53 -
YUV 95.39 144.15 206.18 -
System Red Green Blue C M Y K H S L
Decimal 205 34 124 0 0.83 0.40 0.20 328.42 0.72 0.47
Hex CD 22 7C 0 53 28 14 148 48 2F
Octal 315 42 174 0 123 50 24 510 110 57
Binary 11001101 100010 1111100 0 1010011 101000 10100 101001000 1001000 101111

Color Harmonies of #CD227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD227C

Black with #CD227C

Text Example


Text Example

White with #CD227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD227C; }

 p { color: rgb(205,34,124); }

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

background-color css

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

 a { background-color: rgb(205,34,124); }

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

border-color css

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

 span { border-color: rgb(205,34,124); }

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