Html Css Color HEX #CB1CCE Deep Magenta

📋 copy color: '#CB1CCE'

red 203 ◦ green 28 ◦ blue 206

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

Shades of Deep Magenta #CB1CCE

Tints of Deep Magenta #CB1CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.41%

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 46.45%
G = 6.41%
B = 47.14%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB1CCE (or 0xCB1CCE) is known color: Deep Magenta. HEX triplet: CB, 1C and CE. RGB value is (203,28,206). Sum of RGB (Red+Green+Blue) = 203+28+206=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB1CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1CCE is #34E331. Grayscale: #646464. Windows color (decimal): -3466034 or 13507787. OLE color: 13507787.

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

Color convert

RGB 203 28 206 -
CMYK 0.01 0.86 0 0.19
HSL 298.99º 0.76% 0.46% -
HSV(B) 298.99º 0.86% 0.81% -
XYZ 36.18 17.98 59.96 -
YUV 100.62 187.48 201.03 -
System Red Green Blue C M Y K H S L
Decimal 203 28 206 0.01 0.86 0 0.19 298.99 0.76 0.46
Hex CB 1C CE 1 56 0 13 12B 4C 2E
Octal 313 34 316 1 126 0 23 453 114 56
Binary 11001011 11100 11001110 1 1010110 0 10011 100101011 1001100 101110

Color Harmonies of #CB1CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1CCE

Black with #CB1CCE

Text Example


Text Example

White with #CB1CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1CCE; }

 p { color: rgb(203,28,206); }

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

background-color css

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

 a { background-color: rgb(203,28,206); }

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

border-color css

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

 span { border-color: rgb(203,28,206); }

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