Html Css Color HEX #CF1EC4 Deep Magenta

📋 copy color: '#CF1EC4'

red 207 ◦ green 30 ◦ blue 196

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

Shades of Deep Magenta #CF1EC4

Tints of Deep Magenta #CF1EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.27%

R = 47.81%
G = 6.93%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF1EC4 (or 0xCF1EC4) is known color: Deep Magenta. HEX triplet: CF, 1E and C4. RGB value is (207,30,196). Sum of RGB (Red+Green+Blue) = 207+30+196=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1EC4 is #30E13B. Grayscale: #656565. Windows color (decimal): -3203388 or 12852943. OLE color: 12852943.

HSL color Cylindrical-coordinate representation of color #CF1EC4: hue angle of 303.73º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1EC4 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 30 196 -
CMYK 0 0.86 0.05 0.19
HSL 303.73º 0.75% 0.46% -
HSV(B) 303.73º 0.86% 0.81% -
XYZ 36.16 18.18 53.83 -
YUV 101.85 181.14 203 -
System Red Green Blue C M Y K H S L
Decimal 207 30 196 0 0.86 0.05 0.19 303.73 0.75 0.46
Hex CF 1E C4 0 56 5 13 130 4B 2E
Octal 317 36 304 0 126 5 23 460 113 56
Binary 11001111 11110 11000100 0 1010110 101 10011 100110000 1001011 101110

Color Harmonies of #CF1EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1EC4

Black with #CF1EC4

Text Example


Text Example

White with #CF1EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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