Html Css Color HEX #CC1AB3 Deep Magenta

📋 copy color: '#CC1AB3'

red 204 ◦ green 26 ◦ blue 179

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

Shades of Deep Magenta #CC1AB3

Tints of Deep Magenta #CC1AB3

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.36%

 BLUE value IS 179 (70.31% from 255) = 43.77%

R = 49.88%
G = 6.36%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC1AB3 (or 0xCC1AB3) is known color: Deep Magenta. HEX triplet: CC, 1A and B3. RGB value is (204,26,179). Sum of RGB (Red+Green+Blue) = 204+26+179=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 179 (70.31% from 255 or 43.77% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1AB3 is #33E54C. Grayscale: #606060. Windows color (decimal): -3401037 or 11737804. OLE color: 11737804.

HSL color Cylindrical-coordinate representation of color #CC1AB3: hue angle of 308.43º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1AB3 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 26 179 -
CMYK 0 0.87 0.12 0.2
HSL 308.43º 0.77% 0.45% -
HSV(B) 308.43º 0.87% 0.8% -
XYZ 33.41 16.83 44.14 -
YUV 96.66 174.47 204.56 -
System Red Green Blue C M Y K H S L
Decimal 204 26 179 0 0.87 0.12 0.2 308.43 0.77 0.45
Hex CC 1A B3 0 57 C 14 134 4D 2D
Octal 314 32 263 0 127 14 24 464 115 55
Binary 11001100 11010 10110011 0 1010111 1100 10100 100110100 1001101 101101

Color Harmonies of #CC1AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1AB3

Black with #CC1AB3

Text Example


Text Example

White with #CC1AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1AB3; }

 p { color: rgb(204,26,179); }

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

background-color css

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

 a { background-color: rgb(204,26,179); }

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

border-color css

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

 span { border-color: rgb(204,26,179); }

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