Html Css Color HEX #CD238D Medium Violet Red

📋 copy color: '#CD238D'

red 205 ◦ green 35 ◦ blue 141

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

Shades of Medium Violet Red #CD238D

Tints of Medium Violet Red #CD238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.19%

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 53.81%
G = 9.19%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD238D (or 0xCD238D) is known color: Medium Violet Red. HEX triplet: CD, 23 and 8D. RGB value is (205,35,141). Sum of RGB (Red+Green+Blue) = 205+35+141=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD238D is #32DC72. Grayscale: #616161. Windows color (decimal): -3333235 or 9249741. OLE color: 9249741.

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

Color convert

RGB 205 35 141 -
CMYK 0 0.83 0.31 0.20
HSL 322.59º 0.71% 0.47% -
HSV(B) 322.59º 0.83% 0.8% -
XYZ 30.59 16.1 26.7 -
YUV 97.91 152.32 204.38 -
System Red Green Blue C M Y K H S L
Decimal 205 35 141 0 0.83 0.31 0.20 322.59 0.71 0.47
Hex CD 23 8D 0 53 1F 14 143 47 2F
Octal 315 43 215 0 123 37 24 503 107 57
Binary 11001101 100011 10001101 0 1010011 11111 10100 101000011 1000111 101111

Color Harmonies of #CD238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD238D

Black with #CD238D

Text Example


Text Example

White with #CD238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD238D; }

 p { color: rgb(205,35,141); }

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

background-color css

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

 a { background-color: rgb(205,35,141); }

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

border-color css

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

 span { border-color: rgb(205,35,141); }

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