Html Css Color HEX #CD2175 Medium Violet Red

📋 copy color: '#CD2175'

red 205 ◦ green 33 ◦ blue 117

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

Shades of Medium Violet Red #CD2175

Tints of Medium Violet Red #CD2175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 57.75%
G = 9.3%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CD2175 (or 0xCD2175) is known color: Medium Violet Red. HEX triplet: CD, 21 and 75. RGB value is (205,33,117). Sum of RGB (Red+Green+Blue) = 205+33+117=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2175 is #32DE8A. Grayscale: #5D5D5D. Windows color (decimal): -3333771 or 7676365. OLE color: 7676365.

HSL color Cylindrical-coordinate representation of color #CD2175: hue angle of 330.7º 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 #CD2175 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 33 117 -
CMYK 0 0.84 0.43 0.20
HSL 330.7º 0.72% 0.47% -
HSV(B) 330.7º 0.84% 0.8% -
XYZ 28.93 15.35 18.27 -
YUV 94 140.98 207.17 -
System Red Green Blue C M Y K H S L
Decimal 205 33 117 0 0.84 0.43 0.20 330.7 0.72 0.47
Hex CD 21 75 0 54 2B 14 14B 48 2F
Octal 315 41 165 0 124 53 24 513 110 57
Binary 11001101 100001 1110101 0 1010100 101011 10100 101001011 1001000 101111

Color Harmonies of #CD2175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2175

Black with #CD2175

Text Example


Text Example

White with #CD2175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2175; }

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

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

background-color css

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

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

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

border-color css

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

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

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