Html Css Color HEX #CD2188 Medium Violet Red

📋 copy color: '#CD2188'

red 205 ◦ green 33 ◦ blue 136

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

Shades of Medium Violet Red #CD2188

Tints of Medium Violet Red #CD2188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.82%

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

R = 54.81%
G = 8.82%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD2188 (or 0xCD2188) is known color: Medium Violet Red. HEX triplet: CD, 21 and 88. RGB value is (205,33,136). Sum of RGB (Red+Green+Blue) = 205+33+136=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2188 is #32DE77. Grayscale: #5F5F5F. Windows color (decimal): -3333752 or 8921549. OLE color: 8921549.

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

Color convert

RGB 205 33 136 -
CMYK 0 0.84 0.34 0.20
HSL 324.07º 0.72% 0.47% -
HSV(B) 324.07º 0.84% 0.8% -
XYZ 30.16 15.84 24.76 -
YUV 96.17 150.48 205.62 -
System Red Green Blue C M Y K H S L
Decimal 205 33 136 0 0.84 0.34 0.20 324.07 0.72 0.47
Hex CD 21 88 0 54 22 14 144 48 2F
Octal 315 41 210 0 124 42 24 504 110 57
Binary 11001101 100001 10001000 0 1010100 100010 10100 101000100 1001000 101111

Color Harmonies of #CD2188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2188

Black with #CD2188

Text Example


Text Example

White with #CD2188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2188; }

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

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

background-color css

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

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

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

border-color css

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

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

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