Html Css Color HEX #CF20D1 Deep Magenta

📋 copy color: '#CF20D1'

red 207 ◦ green 32 ◦ blue 209

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

Shades of Deep Magenta #CF20D1

Tints of Deep Magenta #CF20D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.65%

R = 46.21%
G = 7.14%
B = 46.65%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF20D1 (or 0xCF20D1) is known color: Deep Magenta. HEX triplet: CF, 20 and D1. RGB value is (207,32,209). Sum of RGB (Red+Green+Blue) = 207+32+209=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF20D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF20D1 is #30DF2E. Grayscale: #676767. Windows color (decimal): -3202863 or 13705423. OLE color: 13705423.

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

Color convert

RGB 207 32 209 -
CMYK 0.01 0.85 0 0.18
HSL 299.32º 0.73% 0.47% -
HSV(B) 299.32º 0.85% 0.82% -
XYZ 37.76 18.9 61.98 -
YUV 104.5 186.98 201.11 -
System Red Green Blue C M Y K H S L
Decimal 207 32 209 0.01 0.85 0 0.18 299.32 0.73 0.47
Hex CF 20 D1 1 55 0 12 12B 49 2F
Octal 317 40 321 1 125 0 22 453 111 57
Binary 11001111 100000 11010001 1 1010101 0 10010 100101011 1001001 101111

Color Harmonies of #CF20D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF20D1

Black with #CF20D1

Text Example


Text Example

White with #CF20D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF20D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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