Html Css Color HEX #CB1CCD Deep Magenta

📋 copy color: '#CB1CCD'

red 203 ◦ green 28 ◦ blue 205

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

Shades of Deep Magenta #CB1CCD

Tints of Deep Magenta #CB1CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 46.56%
G = 6.42%
B = 47.02%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB1CCD (or 0xCB1CCD) is known color: Deep Magenta. HEX triplet: CB, 1C and CD. RGB value is (203,28,205). Sum of RGB (Red+Green+Blue) = 203+28+205=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB1CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1CCD is #34E332. Grayscale: #636363. Windows color (decimal): -3466035 or 13442251. OLE color: 13442251.

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

Color convert

RGB 203 28 205 -
CMYK 0.01 0.86 0 0.20
HSL 299.32º 0.76% 0.46% -
HSV(B) 299.32º 0.86% 0.8% -
XYZ 36.06 17.93 59.32 -
YUV 100.5 186.98 201.11 -
System Red Green Blue C M Y K H S L
Decimal 203 28 205 0.01 0.86 0 0.20 299.32 0.76 0.46
Hex CB 1C CD 1 56 0 14 12B 4C 2E
Octal 313 34 315 1 126 0 24 453 114 56
Binary 11001011 11100 11001101 1 1010110 0 10100 100101011 1001100 101110

Color Harmonies of #CB1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1CCD

Black with #CB1CCD

Text Example


Text Example

White with #CB1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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