Html Css Color HEX #CB06B7 Deep Magenta

📋 copy color: '#CB06B7'

red 203 ◦ green 6 ◦ blue 183

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

Shades of Deep Magenta #CB06B7

Tints of Deep Magenta #CB06B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.68%

R = 51.79%
G = 1.53%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CB06B7 (or 0xCB06B7) is known color: Deep Magenta. HEX triplet: CB, 06 and B7. RGB value is (203,6,183). Sum of RGB (Red+Green+Blue) = 203+6+183=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB06B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB06B7 is #34F948. Grayscale: #545454. Windows color (decimal): -3471689 or 11994827. OLE color: 11994827.

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

Color convert

RGB 203 6 183 -
CMYK 0 0.97 0.10 0.20
HSL 306.09º 0.94% 0.41% -
HSV(B) 306.09º 0.97% 0.8% -
XYZ 33.24 16.25 46.18 -
YUV 85.08 183.27 212.11 -
System Red Green Blue C M Y K H S L
Decimal 203 6 183 0 0.97 0.10 0.20 306.09 0.94 0.41
Hex CB 6 B7 0 61 A 14 132 5E 29
Octal 313 6 267 0 141 12 24 462 136 51
Binary 11001011 110 10110111 0 1100001 1010 10100 100110010 1011110 101001

Color Harmonies of #CB06B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB06B7

Black with #CB06B7

Text Example


Text Example

White with #CB06B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB06B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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