Html Css Color HEX #CD0175 Medium Violet Red

📋 copy color: '#CD0175'

red 205 ◦ green 1 ◦ blue 117

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

Shades of Medium Violet Red #CD0175

Tints of Medium Violet Red #CD0175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 63.47%
G = 0.31%
B = 36.22%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CD0175 (or 0xCD0175) is known color: Medium Violet Red. HEX triplet: CD, 01 and 75. RGB value is (205,1,117). Sum of RGB (Red+Green+Blue) = 205+1+117=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0175 is #32FE8A. Grayscale: #4A4A4A. Windows color (decimal): -3341963 or 7668173. OLE color: 7668173.

HSL color Cylindrical-coordinate representation of color #CD0175: hue angle of 325.88º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0175 is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 1 117 -
CMYK 0 1.00 0.43 0.20
HSL 325.88º 0.99% 0.4% -
HSV(B) 325.88º 1% 0.8% -
XYZ 28.4 14.29 18.09 -
YUV 75.22 151.59 220.57 -
System Red Green Blue C M Y K H S L
Decimal 205 1 117 0 1.00 0.43 0.20 325.88 0.99 0.4
Hex CD 1 75 0 64 2B 14 146 63 28
Octal 315 1 165 0 144 53 24 506 143 50
Binary 11001101 1 1110101 0 1100100 101011 10100 101000110 1100011 101000

Color Harmonies of #CD0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0175

Black with #CD0175

Text Example


Text Example

White with #CD0175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0175; }

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

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

background-color css

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

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

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

border-color css

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

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

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