Html Css Color HEX #CD0696 Medium Violet Red

📋 copy color: '#CD0696'

red 205 ◦ green 6 ◦ blue 150

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

Shades of Medium Violet Red #CD0696

Tints of Medium Violet Red #CD0696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.55%

R = 56.79%
G = 1.66%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CD0696 (or 0xCD0696) is known color: Medium Violet Red. HEX triplet: CD, 06 and 96. RGB value is (205,6,150). Sum of RGB (Red+Green+Blue) = 205+6+150=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0696 is #32F969. Grayscale: #515151. Windows color (decimal): -3340650 or 9832141. OLE color: 9832141.

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

Color convert

RGB 205 6 150 -
CMYK 0 0.97 0.27 0.20
HSL 316.58º 0.94% 0.41% -
HSV(B) 316.58º 0.97% 0.8% -
XYZ 30.75 15.31 30.19 -
YUV 81.92 166.43 215.79 -
System Red Green Blue C M Y K H S L
Decimal 205 6 150 0 0.97 0.27 0.20 316.58 0.94 0.41
Hex CD 6 96 0 61 1B 14 13D 5E 29
Octal 315 6 226 0 141 33 24 475 136 51
Binary 11001101 110 10010110 0 1100001 11011 10100 100111101 1011110 101001

Color Harmonies of #CD0696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0696

Black with #CD0696

Text Example


Text Example

White with #CD0696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0696; }

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

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

background-color css

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

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

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

border-color css

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

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

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