Html Css Color HEX #CF18BE Deep Magenta

📋 copy color: '#CF18BE'

red 207 ◦ green 24 ◦ blue 190

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

Shades of Deep Magenta #CF18BE

Tints of Deep Magenta #CF18BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 49.17%
G = 5.7%
B = 45.13%

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

#CF18BE (or 0xCF18BE) is known color: Deep Magenta. HEX triplet: CF, 18 and BE. RGB value is (207,24,190). Sum of RGB (Red+Green+Blue) = 207+24+190=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF18BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF18BE is #30E741. Grayscale: #616161. Windows color (decimal): -3204930 or 12458191. OLE color: 12458191.

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

Color convert

RGB 207 24 190 -
CMYK 0 0.88 0.08 0.19
HSL 305.57º 0.79% 0.45% -
HSV(B) 305.57º 0.88% 0.81% -
XYZ 35.35 17.64 50.26 -
YUV 97.64 180.13 206 -
System Red Green Blue C M Y K H S L
Decimal 207 24 190 0 0.88 0.08 0.19 305.57 0.79 0.45
Hex CF 18 BE 0 58 8 13 132 4F 2D
Octal 317 30 276 0 130 10 23 462 117 55
Binary 11001111 11000 10111110 0 1011000 1000 10011 100110010 1001111 101101

Color Harmonies of #CF18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF18BE

Black with #CF18BE

Text Example


Text Example

White with #CF18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF18BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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