Html Css Color HEX #CD259A Medium Violet Red

📋 copy color: '#CD259A'

red 205 ◦ green 37 ◦ blue 154

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

Shades of Medium Violet Red #CD259A

Tints of Medium Violet Red #CD259A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 51.77%
G = 9.34%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD259A (or 0xCD259A) is known color: Medium Violet Red. HEX triplet: CD, 25 and 9A. RGB value is (205,37,154). Sum of RGB (Red+Green+Blue) = 205+37+154=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD259A is #32DA65. Grayscale: #646464. Windows color (decimal): -3332710 or 10102221. OLE color: 10102221.

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

Color convert

RGB 205 37 154 -
CMYK 0 0.82 0.25 0.20
HSL 318.21º 0.69% 0.47% -
HSV(B) 318.21º 0.82% 0.8% -
XYZ 31.67 16.64 32.11 -
YUV 100.57 158.16 202.49 -
System Red Green Blue C M Y K H S L
Decimal 205 37 154 0 0.82 0.25 0.20 318.21 0.69 0.47
Hex CD 25 9A 0 52 19 14 13E 45 2F
Octal 315 45 232 0 122 31 24 476 105 57
Binary 11001101 100101 10011010 0 1010010 11001 10100 100111110 1000101 101111

Color Harmonies of #CD259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD259A

Black with #CD259A

Text Example


Text Example

White with #CD259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD259A; }

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

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

background-color css

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

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

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

border-color css

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

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

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