Html Css Color HEX #CD0671 Medium Violet Red

📋 copy color: '#CD0671'

red 205 ◦ green 6 ◦ blue 113

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

Shades of Medium Violet Red #CD0671

Tints of Medium Violet Red #CD0671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.85%

 BLUE value IS 113 (44.53% from 255) = 34.88%

R = 63.27%
G = 1.85%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD0671 (or 0xCD0671) is known color: Medium Violet Red. HEX triplet: CD, 06 and 71. RGB value is (205,6,113). Sum of RGB (Red+Green+Blue) = 205+6+113=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0671 is #32F98E. Grayscale: #4D4D4D. Windows color (decimal): -3340687 or 7407309. OLE color: 7407309.

HSL color Cylindrical-coordinate representation of color #CD0671: hue angle of 327.74º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD0671 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 6 113 -
CMYK 0 0.97 0.45 0.20
HSL 327.74º 0.94% 0.41% -
HSV(B) 327.74º 0.97% 0.8% -
XYZ 28.22 14.3 16.9 -
YUV 77.7 147.93 218.8 -
System Red Green Blue C M Y K H S L
Decimal 205 6 113 0 0.97 0.45 0.20 327.74 0.94 0.41
Hex CD 6 71 0 61 2D 14 148 5E 29
Octal 315 6 161 0 141 55 24 510 136 51
Binary 11001101 110 1110001 0 1100001 101101 10100 101001000 1011110 101001

Color Harmonies of #CD0671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0671

Black with #CD0671

Text Example


Text Example

White with #CD0671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0671; }

 p { color: rgb(205,6,113); }

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

background-color css

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

 a { background-color: rgb(205,6,113); }

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

border-color css

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

 span { border-color: rgb(205,6,113); }

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