Html Css Color HEX #CF18BF Deep Magenta

📋 copy color: '#CF18BF'

red 207 ◦ green 24 ◦ blue 191

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

Shades of Deep Magenta #CF18BF

Tints of Deep Magenta #CF18BF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.69%

 BLUE value IS 191 (75% from 255) = 45.26%

R = 49.05%
G = 5.69%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF18BF (or 0xCF18BF) is known color: Deep Magenta. HEX triplet: CF, 18 and BF. RGB value is (207,24,191). Sum of RGB (Red+Green+Blue) = 207+24+191=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF18BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF18BF is #30E740. Grayscale: #616161. Windows color (decimal): -3204929 or 12523727. OLE color: 12523727.

HSL color Cylindrical-coordinate representation of color #CF18BF: hue angle of 305.25º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF18BF is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 24 191 -
CMYK 0 0.88 0.08 0.19
HSL 305.25º 0.79% 0.45% -
HSV(B) 305.25º 0.88% 0.81% -
XYZ 35.46 17.68 50.83 -
YUV 97.76 180.63 205.92 -
System Red Green Blue C M Y K H S L
Decimal 207 24 191 0 0.88 0.08 0.19 305.25 0.79 0.45
Hex CF 18 BF 0 58 8 13 131 4F 2D
Octal 317 30 277 0 130 10 23 461 117 55
Binary 11001111 11000 10111111 0 1011000 1000 10011 100110001 1001111 101101

Color Harmonies of #CF18BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF18BF

Black with #CF18BF

Text Example


Text Example

White with #CF18BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF18BF; }

 p { color: rgb(207,24,191); }

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

background-color css

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

 a { background-color: rgb(207,24,191); }

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

border-color css

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

 span { border-color: rgb(207,24,191); }

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