Html Css Color HEX #CF21D1 Deep Magenta

📋 copy color: '#CF21D1'

red 207 ◦ green 33 ◦ blue 209

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

Shades of Deep Magenta #CF21D1

Tints of Deep Magenta #CF21D1

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.35%

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

R = 46.1%
G = 7.35%
B = 46.55%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF21D1 (or 0xCF21D1) is known color: Deep Magenta. HEX triplet: CF, 21 and D1. RGB value is (207,33,209). Sum of RGB (Red+Green+Blue) = 207+33+209=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF21D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF21D1 is #30DE2E. Grayscale: #686868. Windows color (decimal): -3202607 or 13705679. OLE color: 13705679.

HSL color Cylindrical-coordinate representation of color #CF21D1: 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.84%. Process color model (Four color, CMYK) of #CF21D1 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 33 209 -
CMYK 0.01 0.84 0 0.18
HSL 299.32º 0.73% 0.47% -
HSV(B) 299.32º 0.84% 0.82% -
XYZ 37.78 18.96 61.99 -
YUV 105.09 186.65 200.69 -
System Red Green Blue C M Y K H S L
Decimal 207 33 209 0.01 0.84 0 0.18 299.32 0.73 0.47
Hex CF 21 D1 1 54 0 12 12B 49 2F
Octal 317 41 321 1 124 0 22 453 111 57
Binary 11001111 100001 11010001 1 1010100 0 10010 100101011 1001001 101111

Color Harmonies of #CF21D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF21D1

Black with #CF21D1

Text Example


Text Example

White with #CF21D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF21D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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