Html Css Color HEX #CF19DD Deep Magenta

📋 copy color: '#CF19DD'

red 207 ◦ green 25 ◦ blue 221

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

Shades of Deep Magenta #CF19DD

Tints of Deep Magenta #CF19DD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.52%

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

R = 45.7%
G = 5.52%
B = 48.79%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF19DD (or 0xCF19DD) is known color: Deep Magenta. HEX triplet: CF, 19 and DD. RGB value is (207,25,221). Sum of RGB (Red+Green+Blue) = 207+25+221=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF19DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF19DD is #30E622. Grayscale: #656565. Windows color (decimal): -3204643 or 14490063. OLE color: 14490063.

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

Color convert

RGB 207 25 221 -
CMYK 0.06 0.89 0 0.13
HSL 295.71º 0.8% 0.48% -
HSV(B) 295.71º 0.89% 0.87% -
XYZ 39.13 19.18 70.05 -
YUV 101.76 195.3 203.06 -
System Red Green Blue C M Y K H S L
Decimal 207 25 221 0.06 0.89 0 0.13 295.71 0.8 0.48
Hex CF 19 DD 6 59 0 D 128 50 30
Octal 317 31 335 6 131 0 15 450 120 60
Binary 11001111 11001 11011101 110 1011001 0 1101 100101000 1010000 110000

Color Harmonies of #CF19DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF19DD

Black with #CF19DD

Text Example


Text Example

White with #CF19DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF19DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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