Html Css Color HEX #CD1888 Medium Violet Red

📋 copy color: '#CD1888'

red 205 ◦ green 24 ◦ blue 136

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

Shades of Medium Violet Red #CD1888

Tints of Medium Violet Red #CD1888

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.58%

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

R = 56.16%
G = 6.58%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD1888 (or 0xCD1888) is known color: Medium Violet Red. HEX triplet: CD, 18 and 88. RGB value is (205,24,136). Sum of RGB (Red+Green+Blue) = 205+24+136=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1888 is #32E777. Grayscale: #5A5A5A. Windows color (decimal): -3336056 or 8919245. OLE color: 8919245.

HSL color Cylindrical-coordinate representation of color #CD1888: hue angle of 322.87º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD1888 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 24 136 -
CMYK 0 0.88 0.34 0.20
HSL 322.87º 0.79% 0.45% -
HSV(B) 322.87º 0.88% 0.8% -
XYZ 29.95 15.41 24.69 -
YUV 90.89 153.47 209.39 -
System Red Green Blue C M Y K H S L
Decimal 205 24 136 0 0.88 0.34 0.20 322.87 0.79 0.45
Hex CD 18 88 0 58 22 14 143 4F 2D
Octal 315 30 210 0 130 42 24 503 117 55
Binary 11001101 11000 10001000 0 1011000 100010 10100 101000011 1001111 101101

Color Harmonies of #CD1888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1888

Black with #CD1888

Text Example


Text Example

White with #CD1888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1888; }

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

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

background-color css

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

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

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

border-color css

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

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

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