Html Css Color HEX #CD258B Medium Violet Red

📋 copy color: '#CD258B'

red 205 ◦ green 37 ◦ blue 139

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

Shades of Medium Violet Red #CD258B

Tints of Medium Violet Red #CD258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.71%

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

R = 53.81%
G = 9.71%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD258B (or 0xCD258B) is known color: Medium Violet Red. HEX triplet: CD, 25 and 8B. RGB value is (205,37,139). Sum of RGB (Red+Green+Blue) = 205+37+139=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD258B is #32DA74. Grayscale: #626262. Windows color (decimal): -3332725 or 9119181. OLE color: 9119181.

HSL color Cylindrical-coordinate representation of color #CD258B: hue angle of 323.57º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD258B is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 37 139 -
CMYK 0 0.82 0.32 0.20
HSL 323.57º 0.69% 0.47% -
HSV(B) 323.57º 0.82% 0.8% -
XYZ 30.5 16.17 25.94 -
YUV 98.86 150.66 203.71 -
System Red Green Blue C M Y K H S L
Decimal 205 37 139 0 0.82 0.32 0.20 323.57 0.69 0.47
Hex CD 25 8B 0 52 20 14 144 45 2F
Octal 315 45 213 0 122 40 24 504 105 57
Binary 11001101 100101 10001011 0 1010010 100000 10100 101000100 1000101 101111

Color Harmonies of #CD258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD258B

Black with #CD258B

Text Example


Text Example

White with #CD258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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