Html Css Color HEX #CD258D Medium Violet Red

📋 copy color: '#CD258D'

red 205 ◦ green 37 ◦ blue 141

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

Shades of Medium Violet Red #CD258D

Tints of Medium Violet Red #CD258D

RGB

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

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

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

R = 53.52%
G = 9.66%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD258D (or 0xCD258D) is known color: Medium Violet Red. HEX triplet: CD, 25 and 8D. RGB value is (205,37,141). Sum of RGB (Red+Green+Blue) = 205+37+141=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD258D is #32DA72. Grayscale: #626262. Windows color (decimal): -3332723 or 9250253. OLE color: 9250253.

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

Color convert

RGB 205 37 141 -
CMYK 0 0.82 0.31 0.20
HSL 322.86º 0.69% 0.47% -
HSV(B) 322.86º 0.82% 0.8% -
XYZ 30.65 16.23 26.72 -
YUV 99.09 151.66 203.54 -
System Red Green Blue C M Y K H S L
Decimal 205 37 141 0 0.82 0.31 0.20 322.86 0.69 0.47
Hex CD 25 8D 0 52 1F 14 143 45 2F
Octal 315 45 215 0 122 37 24 503 105 57
Binary 11001101 100101 10001101 0 1010010 11111 10100 101000011 1000101 101111

Color Harmonies of #CD258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD258D

Black with #CD258D

Text Example


Text Example

White with #CD258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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