Html Css Color HEX #CC3AB5 Fuchsia

📋 copy color: '#CC3AB5'

red 204 ◦ green 58 ◦ blue 181

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

Shades of Fuchsia #CC3AB5

Tints of Fuchsia #CC3AB5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.09%

 BLUE value IS 181 (71.09% from 255) = 40.86%

R = 46.05%
G = 13.09%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC3AB5 (or 0xCC3AB5) is known color: Fuchsia. HEX triplet: CC, 3A and B5. RGB value is (204,58,181). Sum of RGB (Red+Green+Blue) = 204+58+181=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3AB5 is #33C54A. Grayscale: #737373. Windows color (decimal): -3392843 or 11877068. OLE color: 11877068.

HSL color Cylindrical-coordinate representation of color #CC3AB5: hue angle of 309.45º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3AB5 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 58 181 -
CMYK 0 0.72 0.11 0.2
HSL 309.45º 0.59% 0.51% -
HSV(B) 309.45º 0.72% 0.8% -
XYZ 34.76 19.2 45.59 -
YUV 115.68 164.87 191 -
System Red Green Blue C M Y K H S L
Decimal 204 58 181 0 0.72 0.11 0.2 309.45 0.59 0.51
Hex CC 3A B5 0 48 B 14 135 3B 33
Octal 314 72 265 0 110 13 24 465 73 63
Binary 11001100 111010 10110101 0 1001000 1011 10100 100110101 111011 110011

Color Harmonies of #CC3AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3AB5

Black with #CC3AB5

Text Example


Text Example

White with #CC3AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3AB5; }

 p { color: rgb(204,58,181); }

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

background-color css

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

 a { background-color: rgb(204,58,181); }

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

border-color css

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

 span { border-color: rgb(204,58,181); }

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