Html Css Color HEX #CF1CE1 Deep Magenta

📋 copy color: '#CF1CE1'

red 207 ◦ green 28 ◦ blue 225

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

Shades of Deep Magenta #CF1CE1

Tints of Deep Magenta #CF1CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.91%

R = 45%
G = 6.09%
B = 48.91%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF1CE1 (or 0xCF1CE1) is known color: Deep Magenta. HEX triplet: CF, 1C and E1. RGB value is (207,28,225). Sum of RGB (Red+Green+Blue) = 207+28+225=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 225 (88.28% from 255 or 48.91% from 460); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF1CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1CE1 is #30E31E. Grayscale: #676767. Windows color (decimal): -3203871 or 14752975. OLE color: 14752975.

HSL color Cylindrical-coordinate representation of color #CF1CE1: hue angle of 294.52º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1CE1 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 28 225 -
CMYK 0.08 0.88 0 0.12
HSL 294.52º 0.78% 0.5% -
HSV(B) 294.52º 0.88% 0.88% -
XYZ 39.74 19.53 72.91 -
YUV 103.98 196.3 201.48 -
System Red Green Blue C M Y K H S L
Decimal 207 28 225 0.08 0.88 0 0.12 294.52 0.78 0.5
Hex CF 1C E1 8 58 0 C 127 4E 32
Octal 317 34 341 10 130 0 14 447 116 62
Binary 11001111 11100 11100001 1000 1011000 0 1100 100100111 1001110 110010

Color Harmonies of #CF1CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1CE1

Black with #CF1CE1

Text Example


Text Example

White with #CF1CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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