Html Css Color HEX #CF07BA Deep Magenta

📋 copy color: '#CF07BA'

red 207 ◦ green 7 ◦ blue 186

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

Shades of Deep Magenta #CF07BA

Tints of Deep Magenta #CF07BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.75%

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 51.75%
G = 1.75%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF07BA (or 0xCF07BA) is known color: Deep Magenta. HEX triplet: CF, 07 and BA. RGB value is (207,7,186). Sum of RGB (Red+Green+Blue) = 207+7+186=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF07BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF07BA is #30F845. Grayscale: #565656. Windows color (decimal): -3209286 or 12191695. OLE color: 12191695.

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

Color convert

RGB 207 7 186 -
CMYK 0 0.97 0.10 0.19
HSL 306.3º 0.93% 0.42% -
HSV(B) 306.3º 0.97% 0.81% -
XYZ 34.67 16.96 47.9 -
YUV 87.21 183.76 213.45 -
System Red Green Blue C M Y K H S L
Decimal 207 7 186 0 0.97 0.10 0.19 306.3 0.93 0.42
Hex CF 7 BA 0 61 A 13 132 5D 2A
Octal 317 7 272 0 141 12 23 462 135 52
Binary 11001111 111 10111010 0 1100001 1010 10011 100110010 1011101 101010

Color Harmonies of #CF07BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF07BA

Black with #CF07BA

Text Example


Text Example

White with #CF07BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF07BA; }

 p { color: rgb(207,7,186); }

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

background-color css

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

 a { background-color: rgb(207,7,186); }

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

border-color css

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

 span { border-color: rgb(207,7,186); }

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