Html Css Color HEX #CF20AD Medium Violet Red

📋 copy color: '#CF20AD'

red 207 ◦ green 32 ◦ blue 173

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

Shades of Medium Violet Red #CF20AD

Tints of Medium Violet Red #CF20AD

RGB

 RED value IS 207 (81.25% from 255) = 50.24%

 GREEN value IS 32 (12.89% from 255) = 7.77%

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 50.24%
G = 7.77%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CF20AD (or 0xCF20AD) is known color: Medium Violet Red. HEX triplet: CF, 20 and AD. RGB value is (207,32,173). Sum of RGB (Red+Green+Blue) = 207+32+173=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF20AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF20AD is #30DF52. Grayscale: #646464. Windows color (decimal): -3202899 or 11346127. OLE color: 11346127.

HSL color Cylindrical-coordinate representation of color #CF20AD: hue angle of 311.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF20AD is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 32 173 -
CMYK 0 0.85 0.16 0.19
HSL 311.66º 0.73% 0.47% -
HSV(B) 311.66º 0.85% 0.81% -
XYZ 33.79 17.32 41.1 -
YUV 100.4 168.98 204.04 -
System Red Green Blue C M Y K H S L
Decimal 207 32 173 0 0.85 0.16 0.19 311.66 0.73 0.47
Hex CF 20 AD 0 55 10 13 138 49 2F
Octal 317 40 255 0 125 20 23 470 111 57
Binary 11001111 100000 10101101 0 1010101 10000 10011 100111000 1001001 101111

Color Harmonies of #CF20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF20AD

Black with #CF20AD

Text Example


Text Example

White with #CF20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF20AD; }

 p { color: rgb(207,32,173); }

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

background-color css

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

 a { background-color: rgb(207,32,173); }

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

border-color css

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

 span { border-color: rgb(207,32,173); }

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