Html Css Color HEX #CF13DB Deep Magenta

📋 copy color: '#CF13DB'

red 207 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #CF13DB

Tints of Deep Magenta #CF13DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.27%

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

R = 46.52%
G = 4.27%
B = 49.21%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF13DB (or 0xCF13DB) is known color: Deep Magenta. HEX triplet: CF, 13 and DB. RGB value is (207,19,219). Sum of RGB (Red+Green+Blue) = 207+19+219=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 19 (7.81% from 255 or 4.27% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF13DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF13DB is #30EC24. Grayscale: #616161. Windows color (decimal): -3206181 or 14357455. OLE color: 14357455.

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

Color convert

RGB 207 19 219 -
CMYK 0.05 0.91 0 0.14
HSL 296.4º 0.84% 0.47% -
HSV(B) 296.4º 0.91% 0.86% -
XYZ 38.75 18.85 68.61 -
YUV 98.01 196.28 205.74 -
System Red Green Blue C M Y K H S L
Decimal 207 19 219 0.05 0.91 0 0.14 296.4 0.84 0.47
Hex CF 13 DB 5 5B 0 E 128 54 2F
Octal 317 23 333 5 133 0 16 450 124 57
Binary 11001111 10011 11011011 101 1011011 0 1110 100101000 1010100 101111

Color Harmonies of #CF13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF13DB

Black with #CF13DB

Text Example


Text Example

White with #CF13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF13DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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