Html Css Color HEX #CD0075 Medium Violet Red

📋 copy color: '#CD0075'

red 205 ◦ green 0 ◦ blue 117

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

Shades of Medium Violet Red #CD0075

Tints of Medium Violet Red #CD0075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.66%
G = 0%
B = 36.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CD0075 (or 0xCD0075) is known color: Medium Violet Red. HEX triplet: CD, 00 and 75. RGB value is (205,0,117). Sum of RGB (Red+Green+Blue) = 205+0+117=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0075 is #32FF8A. Grayscale: #4A4A4A. Windows color (decimal): -3342219 or 7667917. OLE color: 7667917.

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

Color convert

RGB 205 0 117 -
CMYK 0 1 0.43 0.20
HSL 325.76º 1% 0.4% -
HSV(B) 325.76º 1% 0.8% -
XYZ 28.39 14.26 18.09 -
YUV 74.63 151.92 220.99 -
System Red Green Blue C M Y K H S L
Decimal 205 0 117 0 1 0.43 0.20 325.76 1 0.4
Hex CD 0 75 0 64 2B 14 146 64 28
Octal 315 0 165 0 144 53 24 506 144 50
Binary 11001101 0 1110101 0 1100100 101011 10100 101000110 1100100 101000

Color Harmonies of #CD0075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0075

Black with #CD0075

Text Example


Text Example

White with #CD0075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0075; }

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

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

background-color css

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

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

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

border-color css

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

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

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