Html Css Color HEX #CD238B Medium Violet Red

📋 copy color: '#CD238B'

red 205 ◦ green 35 ◦ blue 139

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

Shades of Medium Violet Red #CD238B

Tints of Medium Violet Red #CD238B

RGB

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

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

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

R = 54.09%
G = 9.23%
B = 36.68%

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

#CD238B (or 0xCD238B) is known color: Medium Violet Red. HEX triplet: CD, 23 and 8B. RGB value is (205,35,139). Sum of RGB (Red+Green+Blue) = 205+35+139=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD238B is #32DC74. Grayscale: #616161. Windows color (decimal): -3333237 or 9118669. OLE color: 9118669.

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

Color convert

RGB 205 35 139 -
CMYK 0 0.83 0.32 0.20
HSL 323.29º 0.71% 0.47% -
HSV(B) 323.29º 0.83% 0.8% -
XYZ 30.44 16.05 25.92 -
YUV 97.69 151.32 204.54 -
System Red Green Blue C M Y K H S L
Decimal 205 35 139 0 0.83 0.32 0.20 323.29 0.71 0.47
Hex CD 23 8B 0 53 20 14 143 47 2F
Octal 315 43 213 0 123 40 24 503 107 57
Binary 11001101 100011 10001011 0 1010011 100000 10100 101000011 1000111 101111

Color Harmonies of #CD238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD238B

Black with #CD238B

Text Example


Text Example

White with #CD238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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