Html Css Color HEX #CD259E Medium Violet Red

📋 copy color: '#CD259E'

red 205 ◦ green 37 ◦ blue 158

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

Shades of Medium Violet Red #CD259E

Tints of Medium Violet Red #CD259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.5%

R = 51.25%
G = 9.25%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD259E (or 0xCD259E) is known color: Medium Violet Red. HEX triplet: CD, 25 and 9E. RGB value is (205,37,158). Sum of RGB (Red+Green+Blue) = 205+37+158=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD259E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD259E is #32DA61. Grayscale: #646464. Windows color (decimal): -3332706 or 10364365. OLE color: 10364365.

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

Color convert

RGB 205 37 158 -
CMYK 0 0.82 0.23 0.20
HSL 316.79º 0.69% 0.47% -
HSV(B) 316.79º 0.82% 0.8% -
XYZ 32.01 16.77 33.9 -
YUV 101.03 160.16 202.16 -
System Red Green Blue C M Y K H S L
Decimal 205 37 158 0 0.82 0.23 0.20 316.79 0.69 0.47
Hex CD 25 9E 0 52 17 14 13D 45 2F
Octal 315 45 236 0 122 27 24 475 105 57
Binary 11001101 100101 10011110 0 1010010 10111 10100 100111101 1000101 101111

Color Harmonies of #CD259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD259E

Black with #CD259E

Text Example


Text Example

White with #CD259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD259E; }

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

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

background-color css

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

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

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

border-color css

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

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

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