Html Css Color HEX #CF21DD Deep Magenta

📋 copy color: '#CF21DD'

red 207 ◦ green 33 ◦ blue 221

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

Shades of Deep Magenta #CF21DD

Tints of Deep Magenta #CF21DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 44.9%
G = 7.16%
B = 47.94%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF21DD (or 0xCF21DD) is known color: Deep Magenta. HEX triplet: CF, 21 and DD. RGB value is (207,33,221). Sum of RGB (Red+Green+Blue) = 207+33+221=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF21DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF21DD is #30DE22. Grayscale: #696969. Windows color (decimal): -3202595 or 14492111. OLE color: 14492111.

HSL color Cylindrical-coordinate representation of color #CF21DD: hue angle of 295.53º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF21DD is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 33 221 -
CMYK 0.06 0.85 0 0.13
HSL 295.53º 0.74% 0.5% -
HSV(B) 295.53º 0.85% 0.87% -
XYZ 39.33 19.57 70.11 -
YUV 106.46 192.65 199.71 -
System Red Green Blue C M Y K H S L
Decimal 207 33 221 0.06 0.85 0 0.13 295.53 0.74 0.5
Hex CF 21 DD 6 55 0 D 128 4A 32
Octal 317 41 335 6 125 0 15 450 112 62
Binary 11001111 100001 11011101 110 1010101 0 1101 100101000 1001010 110010

Color Harmonies of #CF21DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF21DD

Black with #CF21DD

Text Example


Text Example

White with #CF21DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF21DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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