Html Css Color HEX #CF1ADB Deep Magenta

📋 copy color: '#CF1ADB'

red 207 ◦ green 26 ◦ blue 219

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

Shades of Deep Magenta #CF1ADB

Tints of Deep Magenta #CF1ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.75%

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 45.8%
G = 5.75%
B = 48.45%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF1ADB (or 0xCF1ADB) is known color: Deep Magenta. HEX triplet: CF, 1A and DB. RGB value is (207,26,219). Sum of RGB (Red+Green+Blue) = 207+26+219=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 26 (10.55% from 255 or 5.75% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF1ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1ADB is #30E524. Grayscale: #656565. Windows color (decimal): -3204389 or 14359247. OLE color: 14359247.

HSL color Cylindrical-coordinate representation of color #CF1ADB: hue angle of 296.27º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1ADB is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 26 219 -
CMYK 0.05 0.88 0 0.14
HSL 296.27º 0.79% 0.48% -
HSV(B) 296.27º 0.88% 0.86% -
XYZ 38.89 19.12 68.66 -
YUV 102.12 193.97 202.81 -
System Red Green Blue C M Y K H S L
Decimal 207 26 219 0.05 0.88 0 0.14 296.27 0.79 0.48
Hex CF 1A DB 5 58 0 E 128 4F 30
Octal 317 32 333 5 130 0 16 450 117 60
Binary 11001111 11010 11011011 101 1011000 0 1110 100101000 1001111 110000

Color Harmonies of #CF1ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1ADB

Black with #CF1ADB

Text Example


Text Example

White with #CF1ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1ADB; }

 p { color: rgb(207,26,219); }

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

background-color css

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

 a { background-color: rgb(207,26,219); }

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

border-color css

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

 span { border-color: rgb(207,26,219); }

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