Html Css Color HEX #CF1AE4 Deep Magenta

📋 copy color: '#CF1AE4'

red 207 ◦ green 26 ◦ blue 228

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

Shades of Deep Magenta #CF1AE4

Tints of Deep Magenta #CF1AE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.46%

R = 44.9%
G = 5.64%
B = 49.46%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CF1AE4 (or 0xCF1AE4) is known color: Deep Magenta. HEX triplet: CF, 1A and E4. RGB value is (207,26,228). Sum of RGB (Red+Green+Blue) = 207+26+228=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 228 (89.45% from 255 or 49.46% from 461); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF1AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1AE4 is #30E51B. Grayscale: #666666. Windows color (decimal): -3204380 or 14949071. OLE color: 14949071.

HSL color Cylindrical-coordinate representation of color #CF1AE4: hue angle of 293.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1AE4 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 26 228 -
CMYK 0.09 0.89 0 0.11
HSL 293.76º 0.8% 0.5% -
HSV(B) 293.76º 0.89% 0.89% -
XYZ 40.11 19.61 75.07 -
YUV 103.15 198.47 202.07 -
System Red Green Blue C M Y K H S L
Decimal 207 26 228 0.09 0.89 0 0.11 293.76 0.8 0.5
Hex CF 1A E4 9 59 0 B 126 50 32
Octal 317 32 344 11 131 0 13 446 120 62
Binary 11001111 11010 11100100 1001 1011001 0 1011 100100110 1010000 110010

Color Harmonies of #CF1AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1AE4

Black with #CF1AE4

Text Example


Text Example

White with #CF1AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1AE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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