Html Css Color HEX #CD07A6 Medium Violet Red

📋 copy color: '#CD07A6'

red 205 ◦ green 7 ◦ blue 166

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

Shades of Medium Violet Red #CD07A6

Tints of Medium Violet Red #CD07A6

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.85%

 BLUE value IS 166 (65.23% from 255) = 43.92%

R = 54.23%
G = 1.85%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#CD07A6 (or 0xCD07A6) is known color: Medium Violet Red. HEX triplet: CD, 07 and A6. RGB value is (205,7,166). Sum of RGB (Red+Green+Blue) = 205+7+166=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD07A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD07A6 is #32F859. Grayscale: #535353. Windows color (decimal): -3340378 or 10880973. OLE color: 10880973.

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

Color convert

RGB 205 7 166 -
CMYK 0 0.97 0.19 0.20
HSL 311.82º 0.93% 0.42% -
HSV(B) 311.82º 0.97% 0.8% -
XYZ 32.14 15.88 37.45 -
YUV 84.33 174.1 214.07 -
System Red Green Blue C M Y K H S L
Decimal 205 7 166 0 0.97 0.19 0.20 311.82 0.93 0.42
Hex CD 7 A6 0 61 13 14 138 5D 2A
Octal 315 7 246 0 141 23 24 470 135 52
Binary 11001101 111 10100110 0 1100001 10011 10100 100111000 1011101 101010

Color Harmonies of #CD07A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD07A6

Black with #CD07A6

Text Example


Text Example

White with #CD07A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD07A6; }

 p { color: rgb(205,7,166); }

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

background-color css

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

 a { background-color: rgb(205,7,166); }

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

border-color css

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

 span { border-color: rgb(205,7,166); }

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