Html Css Color HEX #CF0DDB Deep Magenta

📋 copy color: '#CF0DDB'

red 207 ◦ green 13 ◦ blue 219

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

Shades of Deep Magenta #CF0DDB

Tints of Deep Magenta #CF0DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.96%

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

R = 47.15%
G = 2.96%
B = 49.89%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF0DDB (or 0xCF0DDB) is known color: Deep Magenta. HEX triplet: CF, 0D and DB. RGB value is (207,13,219). Sum of RGB (Red+Green+Blue) = 207+13+219=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 13 (5.47% from 255 or 2.96% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF0DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0DDB is #30F224. Grayscale: #5D5D5D. Windows color (decimal): -3207717 or 14355919. OLE color: 14355919.

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

Color convert

RGB 207 13 219 -
CMYK 0.05 0.94 0 0.14
HSL 296.5º 0.89% 0.45% -
HSV(B) 296.5º 0.94% 0.86% -
XYZ 38.66 18.67 68.58 -
YUV 94.49 198.27 208.25 -
System Red Green Blue C M Y K H S L
Decimal 207 13 219 0.05 0.94 0 0.14 296.5 0.89 0.45
Hex CF D DB 5 5E 0 E 129 59 2D
Octal 317 15 333 5 136 0 16 451 131 55
Binary 11001111 1101 11011011 101 1011110 0 1110 100101001 1011001 101101

Color Harmonies of #CF0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0DDB

Black with #CF0DDB

Text Example


Text Example

White with #CF0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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