Html Css Color HEX #CC3ABA Fuchsia

📋 copy color: '#CC3ABA'

red 204 ◦ green 58 ◦ blue 186

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

Shades of Fuchsia #CC3ABA

Tints of Fuchsia #CC3ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 45.54%
G = 12.95%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC3ABA (or 0xCC3ABA) is known color: Fuchsia. HEX triplet: CC, 3A and BA. RGB value is (204,58,186). Sum of RGB (Red+Green+Blue) = 204+58+186=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3ABA is #33C545. Grayscale: #737373. Windows color (decimal): -3392838 or 12204748. OLE color: 12204748.

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

Color convert

RGB 204 58 186 -
CMYK 0 0.72 0.09 0.2
HSL 307.4º 0.59% 0.51% -
HSV(B) 307.4º 0.72% 0.8% -
XYZ 35.28 19.41 48.34 -
YUV 116.25 167.37 190.59 -
System Red Green Blue C M Y K H S L
Decimal 204 58 186 0 0.72 0.09 0.2 307.4 0.59 0.51
Hex CC 3A BA 0 48 9 14 133 3B 33
Octal 314 72 272 0 110 11 24 463 73 63
Binary 11001100 111010 10111010 0 1001000 1001 10100 100110011 111011 110011

Color Harmonies of #CC3ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3ABA

Black with #CC3ABA

Text Example


Text Example

White with #CC3ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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