Html Css Color HEX #CB1CC4 Deep Magenta

📋 copy color: '#CB1CC4'

red 203 ◦ green 28 ◦ blue 196

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

Shades of Deep Magenta #CB1CC4

Tints of Deep Magenta #CB1CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.9%

R = 47.54%
G = 6.56%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB1CC4 (or 0xCB1CC4) is known color: Deep Magenta. HEX triplet: CB, 1C and C4. RGB value is (203,28,196). Sum of RGB (Red+Green+Blue) = 203+28+196=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 196 (76.95% from 255 or 45.90% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1CC4 is #34E33B. Grayscale: #626262. Windows color (decimal): -3466044 or 12852427. OLE color: 12852427.

HSL color Cylindrical-coordinate representation of color #CB1CC4: hue angle of 302.4º degrees, saturation: 0.76, 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 #CB1CC4 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 28 196 -
CMYK 0 0.86 0.03 0.20
HSL 302.4º 0.76% 0.45% -
HSV(B) 302.4º 0.86% 0.8% -
XYZ 35.01 17.51 53.76 -
YUV 99.48 182.48 201.84 -
System Red Green Blue C M Y K H S L
Decimal 203 28 196 0 0.86 0.03 0.20 302.4 0.76 0.45
Hex CB 1C C4 0 56 3 14 12E 4C 2D
Octal 313 34 304 0 126 3 24 456 114 55
Binary 11001011 11100 11000100 0 1010110 11 10100 100101110 1001100 101101

Color Harmonies of #CB1CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1CC4

Black with #CB1CC4

Text Example


Text Example

White with #CB1CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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