Html Css Color HEX #CF1EBB Deep Magenta

📋 copy color: '#CF1EBB'

red 207 ◦ green 30 ◦ blue 187

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

Shades of Deep Magenta #CF1EBB

Tints of Deep Magenta #CF1EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 48.82%
G = 7.08%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF1EBB (or 0xCF1EBB) is known color: Deep Magenta. HEX triplet: CF, 1E and BB. RGB value is (207,30,187). Sum of RGB (Red+Green+Blue) = 207+30+187=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1EBB is #30E144. Grayscale: #646464. Windows color (decimal): -3203397 or 12263119. OLE color: 12263119.

HSL color Cylindrical-coordinate representation of color #CF1EBB: hue angle of 306.78º 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 #CF1EBB is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 30 187 -
CMYK 0 0.86 0.10 0.19
HSL 306.78º 0.75% 0.46% -
HSV(B) 306.78º 0.86% 0.81% -
XYZ 35.17 17.78 48.59 -
YUV 100.82 176.64 203.73 -
System Red Green Blue C M Y K H S L
Decimal 207 30 187 0 0.86 0.10 0.19 306.78 0.75 0.46
Hex CF 1E BB 0 56 A 13 133 4B 2E
Octal 317 36 273 0 126 12 23 463 113 56
Binary 11001111 11110 10111011 0 1010110 1010 10011 100110011 1001011 101110

Color Harmonies of #CF1EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1EBB

Black with #CF1EBB

Text Example


Text Example

White with #CF1EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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