Html Css Color HEX #CC3ABB Fuchsia

📋 copy color: '#CC3ABB'

red 204 ◦ green 58 ◦ blue 187

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

Shades of Fuchsia #CC3ABB

Tints of Fuchsia #CC3ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.65%

R = 45.43%
G = 12.92%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC3ABB (or 0xCC3ABB) is known color: Fuchsia. HEX triplet: CC, 3A and BB. RGB value is (204,58,187). Sum of RGB (Red+Green+Blue) = 204+58+187=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3ABB is #33C544. Grayscale: #737373. Windows color (decimal): -3392837 or 12270284. OLE color: 12270284.

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

Color convert

RGB 204 58 187 -
CMYK 0 0.72 0.08 0.2
HSL 306.99º 0.59% 0.51% -
HSV(B) 306.99º 0.72% 0.8% -
XYZ 35.38 19.45 48.9 -
YUV 116.36 167.87 190.51 -
System Red Green Blue C M Y K H S L
Decimal 204 58 187 0 0.72 0.08 0.2 306.99 0.59 0.51
Hex CC 3A BB 0 48 8 14 133 3B 33
Octal 314 72 273 0 110 10 24 463 73 63
Binary 11001100 111010 10111011 0 1001000 1000 10100 100110011 111011 110011

Color Harmonies of #CC3ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3ABB

Black with #CC3ABB

Text Example


Text Example

White with #CC3ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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