Html Css Color HEX #CD238A Medium Violet Red

📋 copy color: '#CD238A'

red 205 ◦ green 35 ◦ blue 138

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

Shades of Medium Violet Red #CD238A

Tints of Medium Violet Red #CD238A

RGB

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

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

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

R = 54.23%
G = 9.26%
B = 36.51%

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

#CD238A (or 0xCD238A) is known color: Medium Violet Red. HEX triplet: CD, 23 and 8A. RGB value is (205,35,138). Sum of RGB (Red+Green+Blue) = 205+35+138=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD238A is #32DC75. Grayscale: #616161. Windows color (decimal): -3333238 or 9053133. OLE color: 9053133.

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

Color convert

RGB 205 35 138 -
CMYK 0 0.83 0.33 0.20
HSL 323.65º 0.71% 0.47% -
HSV(B) 323.65º 0.83% 0.8% -
XYZ 30.37 16.02 25.54 -
YUV 97.57 150.82 204.62 -
System Red Green Blue C M Y K H S L
Decimal 205 35 138 0 0.83 0.33 0.20 323.65 0.71 0.47
Hex CD 23 8A 0 53 21 14 144 47 2F
Octal 315 43 212 0 123 41 24 504 107 57
Binary 11001101 100011 10001010 0 1010011 100001 10100 101000100 1000111 101111

Color Harmonies of #CD238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD238A

Black with #CD238A

Text Example


Text Example

White with #CD238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD238A; }

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

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

background-color css

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

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

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

border-color css

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

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

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