Html Css Color HEX #CC1BDB Deep Magenta

📋 copy color: '#CC1BDB'

red 204 ◦ green 27 ◦ blue 219

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

Shades of Deep Magenta #CC1BDB

Tints of Deep Magenta #CC1BDB

RGB

 RED value IS 204 (80.08% from 255) = 45.33%

 GREEN value IS 27 (10.94% from 255) = 6%

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 45.33%
G = 6%
B = 48.67%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC1BDB (or 0xCC1BDB) is known color: Deep Magenta. HEX triplet: CC, 1B and DB. RGB value is (204,27,219). Sum of RGB (Red+Green+Blue) = 204+27+219=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC1BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1BDB is #33E424. Grayscale: #656565. Windows color (decimal): -3400741 or 14359500. OLE color: 14359500.

HSL color Cylindrical-coordinate representation of color #CC1BDB: hue angle of 295.31º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1BDB is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 27 219 -
CMYK 0.07 0.88 0 0.14
HSL 295.31º 0.78% 0.48% -
HSV(B) 295.31º 0.88% 0.86% -
XYZ 38.08 18.74 68.63 -
YUV 101.81 194.14 200.89 -
System Red Green Blue C M Y K H S L
Decimal 204 27 219 0.07 0.88 0 0.14 295.31 0.78 0.48
Hex CC 1B DB 7 58 0 E 127 4E 30
Octal 314 33 333 7 130 0 16 447 116 60
Binary 11001100 11011 11011011 111 1011000 0 1110 100100111 1001110 110000

Color Harmonies of #CC1BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1BDB

Black with #CC1BDB

Text Example


Text Example

White with #CC1BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1BDB; }

 p { color: rgb(204,27,219); }

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

background-color css

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

 a { background-color: rgb(204,27,219); }

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

border-color css

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

 span { border-color: rgb(204,27,219); }

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