Html Css Color HEX #CF1CDE Deep Magenta

📋 copy color: '#CF1CDE'

red 207 ◦ green 28 ◦ blue 222

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

Shades of Deep Magenta #CF1CDE

Tints of Deep Magenta #CF1CDE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.13%

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

R = 45.3%
G = 6.13%
B = 48.58%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF1CDE (or 0xCF1CDE) is known color: Deep Magenta. HEX triplet: CF, 1C and DE. RGB value is (207,28,222). Sum of RGB (Red+Green+Blue) = 207+28+222=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF1CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1CDE is #30E321. Grayscale: #676767. Windows color (decimal): -3203874 or 14556367. OLE color: 14556367.

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

Color convert

RGB 207 28 222 -
CMYK 0.07 0.87 0 0.13
HSL 295.36º 0.78% 0.49% -
HSV(B) 295.36º 0.87% 0.87% -
XYZ 39.33 19.37 70.77 -
YUV 103.64 194.8 201.73 -
System Red Green Blue C M Y K H S L
Decimal 207 28 222 0.07 0.87 0 0.13 295.36 0.78 0.49
Hex CF 1C DE 7 57 0 D 127 4E 31
Octal 317 34 336 7 127 0 15 447 116 61
Binary 11001111 11100 11011110 111 1010111 0 1101 100100111 1001110 110001

Color Harmonies of #CF1CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1CDE

Black with #CF1CDE

Text Example


Text Example

White with #CF1CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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