Html Css Color HEX #CD228B Medium Violet Red

📋 copy color: '#CD228B'

red 205 ◦ green 34 ◦ blue 139

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

Shades of Medium Violet Red #CD228B

Tints of Medium Violet Red #CD228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 54.23%
G = 8.99%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD228B (or 0xCD228B) is known color: Medium Violet Red. HEX triplet: CD, 22 and 8B. RGB value is (205,34,139). Sum of RGB (Red+Green+Blue) = 205+34+139=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD228B is #32DD74. Grayscale: #606060. Windows color (decimal): -3333493 or 9118413. OLE color: 9118413.

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

Color convert

RGB 205 34 139 -
CMYK 0 0.83 0.32 0.20
HSL 323.16º 0.72% 0.47% -
HSV(B) 323.16º 0.83% 0.8% -
XYZ 30.41 15.99 25.91 -
YUV 97.1 151.65 204.96 -
System Red Green Blue C M Y K H S L
Decimal 205 34 139 0 0.83 0.32 0.20 323.16 0.72 0.47
Hex CD 22 8B 0 53 20 14 143 48 2F
Octal 315 42 213 0 123 40 24 503 110 57
Binary 11001101 100010 10001011 0 1010011 100000 10100 101000011 1001000 101111

Color Harmonies of #CD228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD228B

Black with #CD228B

Text Example


Text Example

White with #CD228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD228B; }

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

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

background-color css

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

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

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

border-color css

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

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

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