Html Css Color HEX #CC3ABE Fuchsia

📋 copy color: '#CC3ABE'

red 204 ◦ green 58 ◦ blue 190

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

Shades of Fuchsia #CC3ABE

Tints of Fuchsia #CC3ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 45.13%
G = 12.83%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC3ABE (or 0xCC3ABE) is known color: Fuchsia. HEX triplet: CC, 3A and BE. RGB value is (204,58,190). Sum of RGB (Red+Green+Blue) = 204+58+190=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3ABE is #33C541. Grayscale: #747474. Windows color (decimal): -3392834 or 12466892. OLE color: 12466892.

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

Color convert

RGB 204 58 190 -
CMYK 0 0.72 0.07 0.2
HSL 305.75º 0.59% 0.51% -
HSV(B) 305.75º 0.72% 0.8% -
XYZ 35.71 19.58 50.61 -
YUV 116.7 169.37 190.27 -
System Red Green Blue C M Y K H S L
Decimal 204 58 190 0 0.72 0.07 0.2 305.75 0.59 0.51
Hex CC 3A BE 0 48 7 14 132 3B 33
Octal 314 72 276 0 110 7 24 462 73 63
Binary 11001100 111010 10111110 0 1001000 111 10100 100110010 111011 110011

Color Harmonies of #CC3ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3ABE

Black with #CC3ABE

Text Example


Text Example

White with #CC3ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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