Html Css Color HEX #CE1FCA Deep Magenta

📋 copy color: '#CE1FCA'

red 206 ◦ green 31 ◦ blue 202

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

Shades of Deep Magenta #CE1FCA

Tints of Deep Magenta #CE1FCA

RGB

 RED value IS 206 (80.86% from 255) = 46.92%

 GREEN value IS 31 (12.5% from 255) = 7.06%

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 46.92%
G = 7.06%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE1FCA (or 0xCE1FCA) is known color: Deep Magenta. HEX triplet: CE, 1F and CA. RGB value is (206,31,202). Sum of RGB (Red+Green+Blue) = 206+31+202=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 31 (12.5% from 255 or 7.06% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FCA is #31E035. Grayscale: #666666. Windows color (decimal): -3268662 or 13246414. OLE color: 13246414.

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

Color convert

RGB 206 31 202 -
CMYK 0 0.85 0.02 0.19
HSL 301.37º 0.74% 0.46% -
HSV(B) 301.37º 0.85% 0.81% -
XYZ 36.6 18.37 57.49 -
YUV 102.82 183.98 201.6 -
System Red Green Blue C M Y K H S L
Decimal 206 31 202 0 0.85 0.02 0.19 301.37 0.74 0.46
Hex CE 1F CA 0 55 2 13 12D 4A 2E
Octal 316 37 312 0 125 2 23 455 112 56
Binary 11001110 11111 11001010 0 1010101 10 10011 100101101 1001010 101110

Color Harmonies of #CE1FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1FCA

Black with #CE1FCA

Text Example


Text Example

White with #CE1FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1FCA; }

 p { color: rgb(206,31,202); }

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

background-color css

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

 a { background-color: rgb(206,31,202); }

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

border-color css

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

 span { border-color: rgb(206,31,202); }

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