Html Css Color HEX #CF00BC Deep Magenta

📋 copy color: '#CF00BC'

red 207 ◦ green 0 ◦ blue 188

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

Shades of Deep Magenta #CF00BC

Tints of Deep Magenta #CF00BC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 52.41%
G = 0%
B = 47.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF00BC (or 0xCF00BC) is known color: Deep Magenta. HEX triplet: CF, 00 and BC. RGB value is (207,0,188). Sum of RGB (Red+Green+Blue) = 207+0+188=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF00BC is #30FF43. Grayscale: #525252. Windows color (decimal): -3211076 or 12320975. OLE color: 12320975.

HSL color Cylindrical-coordinate representation of color #CF00BC: hue angle of 305.51º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00BC is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 0 188 -
CMYK 0 1 0.09 0.19
HSL 305.51º 1% 0.41% -
HSV(B) 305.51º 1% 0.81% -
XYZ 34.81 16.9 49 -
YUV 83.33 187.08 216.21 -
System Red Green Blue C M Y K H S L
Decimal 207 0 188 0 1 0.09 0.19 305.51 1 0.41
Hex CF 0 BC 0 64 9 13 132 64 29
Octal 317 0 274 0 144 11 23 462 144 51
Binary 11001111 0 10111100 0 1100100 1001 10011 100110010 1100100 101001

Color Harmonies of #CF00BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF00BC

Black with #CF00BC

Text Example


Text Example

White with #CF00BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF00BC; }

 p { color: rgb(207,0,188); }

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

background-color css

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

 a { background-color: rgb(207,0,188); }

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

border-color css

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

 span { border-color: rgb(207,0,188); }

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