Html Css Color HEX #CB1DC6 Deep Magenta

📋 copy color: '#CB1DC6'

red 203 ◦ green 29 ◦ blue 198

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

Shades of Deep Magenta #CB1DC6

Tints of Deep Magenta #CB1DC6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.74%

 BLUE value IS 198 (77.73% from 255) = 46.05%

R = 47.21%
G = 6.74%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB1DC6 (or 0xCB1DC6) is known color: Deep Magenta. HEX triplet: CB, 1D and C6. RGB value is (203,29,198). Sum of RGB (Red+Green+Blue) = 203+29+198=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1DC6 is #34E239. Grayscale: #636363. Windows color (decimal): -3465786 or 12983755. OLE color: 12983755.

HSL color Cylindrical-coordinate representation of color #CB1DC6: hue angle of 301.72º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1DC6 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 29 198 -
CMYK 0 0.86 0.02 0.20
HSL 301.72º 0.75% 0.45% -
HSV(B) 301.72º 0.86% 0.8% -
XYZ 35.26 17.65 54.97 -
YUV 100.29 183.15 201.26 -
System Red Green Blue C M Y K H S L
Decimal 203 29 198 0 0.86 0.02 0.20 301.72 0.75 0.45
Hex CB 1D C6 0 56 2 14 12E 4B 2D
Octal 313 35 306 0 126 2 24 456 113 55
Binary 11001011 11101 11000110 0 1010110 10 10100 100101110 1001011 101101

Color Harmonies of #CB1DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1DC6

Black with #CB1DC6

Text Example


Text Example

White with #CB1DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1DC6; }

 p { color: rgb(203,29,198); }

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

background-color css

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

 a { background-color: rgb(203,29,198); }

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

border-color css

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

 span { border-color: rgb(203,29,198); }

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