Html Css Color HEX #CD227D Medium Violet Red

📋 copy color: '#CD227D'

red 205 ◦ green 34 ◦ blue 125

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

Shades of Medium Violet Red #CD227D

Tints of Medium Violet Red #CD227D

RGB

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

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

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

R = 56.32%
G = 9.34%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD227D (or 0xCD227D) is known color: Medium Violet Red. HEX triplet: CD, 22 and 7D. RGB value is (205,34,125). Sum of RGB (Red+Green+Blue) = 205+34+125=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD227D is #32DD82. Grayscale: #5F5F5F. Windows color (decimal): -3333507 or 8200909. OLE color: 8200909.

HSL color Cylindrical-coordinate representation of color #CD227D: hue angle of 328.07º 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 #CD227D is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 34 125 -
CMYK 0 0.83 0.39 0.20
HSL 328.07º 0.72% 0.47% -
HSV(B) 328.07º 0.83% 0.8% -
XYZ 29.45 15.6 20.86 -
YUV 95.5 144.65 206.1 -
System Red Green Blue C M Y K H S L
Decimal 205 34 125 0 0.83 0.39 0.20 328.07 0.72 0.47
Hex CD 22 7D 0 53 27 14 148 48 2F
Octal 315 42 175 0 123 47 24 510 110 57
Binary 11001101 100010 1111101 0 1010011 100111 10100 101001000 1001000 101111

Color Harmonies of #CD227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD227D

Black with #CD227D

Text Example


Text Example

White with #CD227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD227D; }

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

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

background-color css

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

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

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

border-color css

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

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

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