Html Css Color HEX #CC3AB3 Fuchsia

📋 copy color: '#CC3AB3'

red 204 ◦ green 58 ◦ blue 179

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

Shades of Fuchsia #CC3AB3

Tints of Fuchsia #CC3AB3

RGB

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

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

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

R = 46.26%
G = 13.15%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC3AB3 (or 0xCC3AB3) is known color: Fuchsia. HEX triplet: CC, 3A and B3. RGB value is (204,58,179). Sum of RGB (Red+Green+Blue) = 204+58+179=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3AB3 is #33C54C. Grayscale: #737373. Windows color (decimal): -3392845 or 11745996. OLE color: 11745996.

HSL color Cylindrical-coordinate representation of color #CC3AB3: hue angle of 310.27º 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 #CC3AB3 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 58 179 -
CMYK 0 0.72 0.12 0.2
HSL 310.27º 0.59% 0.51% -
HSV(B) 310.27º 0.72% 0.8% -
XYZ 34.55 19.12 44.52 -
YUV 115.45 163.87 191.16 -
System Red Green Blue C M Y K H S L
Decimal 204 58 179 0 0.72 0.12 0.2 310.27 0.59 0.51
Hex CC 3A B3 0 48 C 14 136 3B 33
Octal 314 72 263 0 110 14 24 466 73 63
Binary 11001100 111010 10110011 0 1001000 1100 10100 100110110 111011 110011

Color Harmonies of #CC3AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3AB3

Black with #CC3AB3

Text Example


Text Example

White with #CC3AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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