Html Css Color HEX #CB06BC Deep Magenta

📋 copy color: '#CB06BC'

red 203 ◦ green 6 ◦ blue 188

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

Shades of Deep Magenta #CB06BC

Tints of Deep Magenta #CB06BC

RGB

 RED value IS 203 (79.69% from 255) = 51.13%

 GREEN value IS 6 (2.73% from 255) = 1.51%

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

R = 51.13%
G = 1.51%
B = 47.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CB06BC (or 0xCB06BC) is known color: Deep Magenta. HEX triplet: CB, 06 and BC. RGB value is (203,6,188). Sum of RGB (Red+Green+Blue) = 203+6+188=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB06BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB06BC is #34F943. Grayscale: #555555. Windows color (decimal): -3471684 or 12322507. OLE color: 12322507.

HSL color Cylindrical-coordinate representation of color #CB06BC: hue angle of 304.57º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB06BC is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 6 188 -
CMYK 0 0.97 0.07 0.20
HSL 304.57º 0.94% 0.41% -
HSV(B) 304.57º 0.97% 0.8% -
XYZ 33.77 16.46 48.97 -
YUV 85.65 185.77 211.7 -
System Red Green Blue C M Y K H S L
Decimal 203 6 188 0 0.97 0.07 0.20 304.57 0.94 0.41
Hex CB 6 BC 0 61 7 14 131 5E 29
Octal 313 6 274 0 141 7 24 461 136 51
Binary 11001011 110 10111100 0 1100001 111 10100 100110001 1011110 101001

Color Harmonies of #CB06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB06BC

Black with #CB06BC

Text Example


Text Example

White with #CB06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB06BC; }

 p { color: rgb(203,6,188); }

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

background-color css

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

 a { background-color: rgb(203,6,188); }

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

border-color css

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

 span { border-color: rgb(203,6,188); }

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