Html Css Color HEX #CD259B Medium Violet Red

📋 copy color: '#CD259B'

red 205 ◦ green 37 ◦ blue 155

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

Shades of Medium Violet Red #CD259B

Tints of Medium Violet Red #CD259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 51.64%
G = 9.32%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD259B (or 0xCD259B) is known color: Medium Violet Red. HEX triplet: CD, 25 and 9B. RGB value is (205,37,155). Sum of RGB (Red+Green+Blue) = 205+37+155=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD259B is #32DA64. Grayscale: #646464. Windows color (decimal): -3332709 or 10167757. OLE color: 10167757.

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

Color convert

RGB 205 37 155 -
CMYK 0 0.82 0.24 0.20
HSL 317.86º 0.69% 0.47% -
HSV(B) 317.86º 0.82% 0.8% -
XYZ 31.75 16.67 32.55 -
YUV 100.68 158.66 202.41 -
System Red Green Blue C M Y K H S L
Decimal 205 37 155 0 0.82 0.24 0.20 317.86 0.69 0.47
Hex CD 25 9B 0 52 18 14 13E 45 2F
Octal 315 45 233 0 122 30 24 476 105 57
Binary 11001101 100101 10011011 0 1010010 11000 10100 100111110 1000101 101111

Color Harmonies of #CD259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD259B

Black with #CD259B

Text Example


Text Example

White with #CD259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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