Html Css Color HEX #CD1E6F Medium Violet Red

📋 copy color: '#CD1E6F'

red 205 ◦ green 30 ◦ blue 111

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

Shades of Medium Violet Red #CD1E6F

Tints of Medium Violet Red #CD1E6F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.67%

 BLUE value IS 111 (43.75% from 255) = 32.08%

R = 59.25%
G = 8.67%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD1E6F (or 0xCD1E6F) is known color: Medium Violet Red. HEX triplet: CD, 1E and 6F. RGB value is (205,30,111). Sum of RGB (Red+Green+Blue) = 205+30+111=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1E6F is #32E190. Grayscale: #5B5B5B. Windows color (decimal): -3334545 or 7282381. OLE color: 7282381.

HSL color Cylindrical-coordinate representation of color #CD1E6F: hue angle of 332.23º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1E6F is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 30 111 -
CMYK 0 0.85 0.46 0.20
HSL 332.23º 0.74% 0.46% -
HSV(B) 332.23º 0.85% 0.8% -
XYZ 28.51 15.06 16.44 -
YUV 91.56 138.98 208.91 -
System Red Green Blue C M Y K H S L
Decimal 205 30 111 0 0.85 0.46 0.20 332.23 0.74 0.46
Hex CD 1E 6F 0 55 2E 14 14C 4A 2E
Octal 315 36 157 0 125 56 24 514 112 56
Binary 11001101 11110 1101111 0 1010101 101110 10100 101001100 1001010 101110

Color Harmonies of #CD1E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1E6F

Black with #CD1E6F

Text Example


Text Example

White with #CD1E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1E6F; }

 p { color: rgb(205,30,111); }

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

background-color css

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

 a { background-color: rgb(205,30,111); }

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

border-color css

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

 span { border-color: rgb(205,30,111); }

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