Html Css Color HEX #CC1BDA Deep Magenta

📋 copy color: '#CC1BDA'

red 204 ◦ green 27 ◦ blue 218

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

Shades of Deep Magenta #CC1BDA

Tints of Deep Magenta #CC1BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 45.43%
G = 6.01%
B = 48.55%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC1BDA (or 0xCC1BDA) is known color: Deep Magenta. HEX triplet: CC, 1B and DA. RGB value is (204,27,218). Sum of RGB (Red+Green+Blue) = 204+27+218=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 27 (10.94% from 255 or 6.01% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC1BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1BDA is #33E425. Grayscale: #656565. Windows color (decimal): -3400742 or 14293964. OLE color: 14293964.

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

Color convert

RGB 204 27 218 -
CMYK 0.06 0.88 0 0.15
HSL 295.6º 0.78% 0.48% -
HSV(B) 295.6º 0.88% 0.85% -
XYZ 37.95 18.68 67.94 -
YUV 101.7 193.64 200.97 -
System Red Green Blue C M Y K H S L
Decimal 204 27 218 0.06 0.88 0 0.15 295.6 0.78 0.48
Hex CC 1B DA 6 58 0 F 128 4E 30
Octal 314 33 332 6 130 0 17 450 116 60
Binary 11001100 11011 11011010 110 1011000 0 1111 100101000 1001110 110000

Color Harmonies of #CC1BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1BDA

Black with #CC1BDA

Text Example


Text Example

White with #CC1BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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