Html Css Color HEX #CD2488 Medium Violet Red

📋 copy color: '#CD2488'

red 205 ◦ green 36 ◦ blue 136

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

Shades of Medium Violet Red #CD2488

Tints of Medium Violet Red #CD2488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.55%

 BLUE value IS 136 (53.52% from 255) = 36.07%

R = 54.38%
G = 9.55%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD2488 (or 0xCD2488) is known color: Medium Violet Red. HEX triplet: CD, 24 and 88. RGB value is (205,36,136). Sum of RGB (Red+Green+Blue) = 205+36+136=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2488 is #32DB77. Grayscale: #616161. Windows color (decimal): -3332984 or 8922317. OLE color: 8922317.

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

Color convert

RGB 205 36 136 -
CMYK 0 0.82 0.34 0.20
HSL 324.5º 0.7% 0.47% -
HSV(B) 324.5º 0.82% 0.8% -
XYZ 30.25 16.02 24.79 -
YUV 97.93 149.49 204.37 -
System Red Green Blue C M Y K H S L
Decimal 205 36 136 0 0.82 0.34 0.20 324.5 0.7 0.47
Hex CD 24 88 0 52 22 14 144 46 2F
Octal 315 44 210 0 122 42 24 504 106 57
Binary 11001101 100100 10001000 0 1010010 100010 10100 101000100 1000110 101111

Color Harmonies of #CD2488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2488

Black with #CD2488

Text Example


Text Example

White with #CD2488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2488; }

 p { color: rgb(205,36,136); }

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

background-color css

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

 a { background-color: rgb(205,36,136); }

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

border-color css

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

 span { border-color: rgb(205,36,136); }

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