Html Css Color HEX #CD1285 Medium Violet Red

📋 copy color: '#CD1285'

red 205 ◦ green 18 ◦ blue 133

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

Shades of Medium Violet Red #CD1285

Tints of Medium Violet Red #CD1285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.06%

 BLUE value IS 133 (52.34% from 255) = 37.36%

R = 57.58%
G = 5.06%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CD1285 (or 0xCD1285) is known color: Medium Violet Red. HEX triplet: CD, 12 and 85. RGB value is (205,18,133). Sum of RGB (Red+Green+Blue) = 205+18+133=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1285 is #32ED7A. Grayscale: #565656. Windows color (decimal): -3337595 or 8721101. OLE color: 8721101.

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

Color convert

RGB 205 18 133 -
CMYK 0 0.91 0.35 0.20
HSL 323.1º 0.84% 0.44% -
HSV(B) 323.1º 0.91% 0.8% -
XYZ 29.63 15.11 23.54 -
YUV 87.02 153.95 212.15 -
System Red Green Blue C M Y K H S L
Decimal 205 18 133 0 0.91 0.35 0.20 323.1 0.84 0.44
Hex CD 12 85 0 5B 23 14 143 54 2C
Octal 315 22 205 0 133 43 24 503 124 54
Binary 11001101 10010 10000101 0 1011011 100011 10100 101000011 1010100 101100

Color Harmonies of #CD1285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1285

Black with #CD1285

Text Example


Text Example

White with #CD1285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1285; }

 p { color: rgb(205,18,133); }

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

background-color css

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

 a { background-color: rgb(205,18,133); }

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

border-color css

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

 span { border-color: rgb(205,18,133); }

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