Html Css Color HEX #CF18BB Deep Magenta

📋 copy color: '#CF18BB'

red 207 ◦ green 24 ◦ blue 187

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

Shades of Deep Magenta #CF18BB

Tints of Deep Magenta #CF18BB

RGB

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

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

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

R = 49.52%
G = 5.74%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF18BB (or 0xCF18BB) is known color: Deep Magenta. HEX triplet: CF, 18 and BB. RGB value is (207,24,187). Sum of RGB (Red+Green+Blue) = 207+24+187=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF18BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF18BB is #30E744. Grayscale: #606060. Windows color (decimal): -3204933 or 12261583. OLE color: 12261583.

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

Color convert

RGB 207 24 187 -
CMYK 0 0.88 0.10 0.19
HSL 306.56º 0.79% 0.45% -
HSV(B) 306.56º 0.88% 0.81% -
XYZ 35.03 17.51 48.55 -
YUV 97.3 178.63 206.25 -
System Red Green Blue C M Y K H S L
Decimal 207 24 187 0 0.88 0.10 0.19 306.56 0.79 0.45
Hex CF 18 BB 0 58 A 13 133 4F 2D
Octal 317 30 273 0 130 12 23 463 117 55
Binary 11001111 11000 10111011 0 1011000 1010 10011 100110011 1001111 101101

Color Harmonies of #CF18BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF18BB

Black with #CF18BB

Text Example


Text Example

White with #CF18BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF18BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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