Html Css Color HEX #CD238F Medium Violet Red

📋 copy color: '#CD238F'

red 205 ◦ green 35 ◦ blue 143

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

Shades of Medium Violet Red #CD238F

Tints of Medium Violet Red #CD238F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.34%

R = 53.52%
G = 9.14%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD238F (or 0xCD238F) is known color: Medium Violet Red. HEX triplet: CD, 23 and 8F. RGB value is (205,35,143). Sum of RGB (Red+Green+Blue) = 205+35+143=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD238F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD238F is #32DC70. Grayscale: #616161. Windows color (decimal): -3333233 or 9380813. OLE color: 9380813.

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

Color convert

RGB 205 35 143 -
CMYK 0 0.83 0.30 0.20
HSL 321.88º 0.71% 0.47% -
HSV(B) 321.88º 0.83% 0.8% -
XYZ 30.74 16.16 27.49 -
YUV 98.14 153.32 204.22 -
System Red Green Blue C M Y K H S L
Decimal 205 35 143 0 0.83 0.30 0.20 321.88 0.71 0.47
Hex CD 23 8F 0 53 1E 14 142 47 2F
Octal 315 43 217 0 123 36 24 502 107 57
Binary 11001101 100011 10001111 0 1010011 11110 10100 101000010 1000111 101111

Color Harmonies of #CD238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD238F

Black with #CD238F

Text Example


Text Example

White with #CD238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD238F; }

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

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

background-color css

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

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

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

border-color css

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

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

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