Html Css Color HEX #CF1EDE Deep Magenta

📋 copy color: '#CF1EDE'

red 207 ◦ green 30 ◦ blue 222

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

Shades of Deep Magenta #CF1EDE

Tints of Deep Magenta #CF1EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.54%

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 45.1%
G = 6.54%
B = 48.37%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF1EDE (or 0xCF1EDE) is known color: Deep Magenta. HEX triplet: CF, 1E and DE. RGB value is (207,30,222). Sum of RGB (Red+Green+Blue) = 207+30+222=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 30 (12.11% from 255 or 6.54% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF1EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1EDE is #30E121. Grayscale: #686868. Windows color (decimal): -3203362 or 14556879. OLE color: 14556879.

HSL color Cylindrical-coordinate representation of color #CF1EDE: hue angle of 295.31º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1EDE is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 30 222 -
CMYK 0.07 0.86 0 0.13
HSL 295.31º 0.76% 0.49% -
HSV(B) 295.31º 0.86% 0.87% -
XYZ 39.38 19.47 70.79 -
YUV 104.81 194.14 200.89 -
System Red Green Blue C M Y K H S L
Decimal 207 30 222 0.07 0.86 0 0.13 295.31 0.76 0.49
Hex CF 1E DE 7 56 0 D 127 4C 31
Octal 317 36 336 7 126 0 15 447 114 61
Binary 11001111 11110 11011110 111 1010110 0 1101 100100111 1001100 110001

Color Harmonies of #CF1EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1EDE

Black with #CF1EDE

Text Example


Text Example

White with #CF1EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1EDE; }

 p { color: rgb(207,30,222); }

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

background-color css

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

 a { background-color: rgb(207,30,222); }

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

border-color css

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

 span { border-color: rgb(207,30,222); }

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