Html Css Color HEX #CD228A Medium Violet Red

📋 copy color: '#CD228A'

red 205 ◦ green 34 ◦ blue 138

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

Shades of Medium Violet Red #CD228A

Tints of Medium Violet Red #CD228A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 54.38%
G = 9.02%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD228A (or 0xCD228A) is known color: Medium Violet Red. HEX triplet: CD, 22 and 8A. RGB value is (205,34,138). Sum of RGB (Red+Green+Blue) = 205+34+138=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD228A is #32DD75. Grayscale: #606060. Windows color (decimal): -3333494 or 9052877. OLE color: 9052877.

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

Color convert

RGB 205 34 138 -
CMYK 0 0.83 0.33 0.20
HSL 323.51º 0.72% 0.47% -
HSV(B) 323.51º 0.83% 0.8% -
XYZ 30.34 15.96 25.53 -
YUV 96.99 151.15 205.04 -
System Red Green Blue C M Y K H S L
Decimal 205 34 138 0 0.83 0.33 0.20 323.51 0.72 0.47
Hex CD 22 8A 0 53 21 14 144 48 2F
Octal 315 42 212 0 123 41 24 504 110 57
Binary 11001101 100010 10001010 0 1010011 100001 10100 101000100 1001000 101111

Color Harmonies of #CD228A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD228A

Black with #CD228A

Text Example


Text Example

White with #CD228A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD228A; }

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

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

background-color css

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

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

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

border-color css

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

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

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