Html Css Color HEX #CF21DF Deep Magenta

📋 copy color: '#CF21DF'

red 207 ◦ green 33 ◦ blue 223

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

Shades of Deep Magenta #CF21DF

Tints of Deep Magenta #CF21DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 44.71%
G = 7.13%
B = 48.16%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF21DF (or 0xCF21DF) is known color: Deep Magenta. HEX triplet: CF, 21 and DF. RGB value is (207,33,223). Sum of RGB (Red+Green+Blue) = 207+33+223=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF21DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF21DF is #30DE20. Grayscale: #6A6A6A. Windows color (decimal): -3202593 or 14623183. OLE color: 14623183.

HSL color Cylindrical-coordinate representation of color #CF21DF: hue angle of 294.95º degrees, saturation: 0.75, 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 #CF21DF is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 33 223 -
CMYK 0.07 0.85 0 0.13
HSL 294.95º 0.75% 0.5% -
HSV(B) 294.95º 0.85% 0.87% -
XYZ 39.6 19.68 71.52 -
YUV 106.69 193.65 199.55 -
System Red Green Blue C M Y K H S L
Decimal 207 33 223 0.07 0.85 0 0.13 294.95 0.75 0.5
Hex CF 21 DF 7 55 0 D 127 4B 32
Octal 317 41 337 7 125 0 15 447 113 62
Binary 11001111 100001 11011111 111 1010101 0 1101 100100111 1001011 110010

Color Harmonies of #CF21DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF21DF

Black with #CF21DF

Text Example


Text Example

White with #CF21DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF21DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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