Html Css Color HEX #CF0FBB Deep Magenta

📋 copy color: '#CF0FBB'

red 207 ◦ green 15 ◦ blue 187

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

Shades of Deep Magenta #CF0FBB

Tints of Deep Magenta #CF0FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.67%

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

R = 50.61%
G = 3.67%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF0FBB (or 0xCF0FBB) is known color: Deep Magenta. HEX triplet: CF, 0F and BB. RGB value is (207,15,187). Sum of RGB (Red+Green+Blue) = 207+15+187=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0FBB is #30F044. Grayscale: #5B5B5B. Windows color (decimal): -3207237 or 12259279. OLE color: 12259279.

HSL color Cylindrical-coordinate representation of color #CF0FBB: hue angle of 306.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0FBB is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 15 187 -
CMYK 0 0.93 0.10 0.19
HSL 306.25º 0.86% 0.44% -
HSV(B) 306.25º 0.93% 0.81% -
XYZ 34.87 17.19 48.49 -
YUV 92.02 181.61 210.01 -
System Red Green Blue C M Y K H S L
Decimal 207 15 187 0 0.93 0.10 0.19 306.25 0.86 0.44
Hex CF F BB 0 5D A 13 132 56 2C
Octal 317 17 273 0 135 12 23 462 126 54
Binary 11001111 1111 10111011 0 1011101 1010 10011 100110010 1010110 101100

Color Harmonies of #CF0FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0FBB

Black with #CF0FBB

Text Example


Text Example

White with #CF0FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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