Html Css Color HEX #CC3FAB Fuchsia

📋 copy color: '#CC3FAB'

red 204 ◦ green 63 ◦ blue 171

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

Shades of Fuchsia #CC3FAB

Tints of Fuchsia #CC3FAB

RGB

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

 GREEN value IS 63 (25% from 255) = 14.38%

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 46.58%
G = 14.38%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC3FAB (or 0xCC3FAB) is known color: Fuchsia. HEX triplet: CC, 3F and AB. RGB value is (204,63,171). Sum of RGB (Red+Green+Blue) = 204+63+171=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3FAB is #33C054. Grayscale: #757575. Windows color (decimal): -3391573 or 11222988. OLE color: 11222988.

HSL color Cylindrical-coordinate representation of color #CC3FAB: hue angle of 314.04º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC3FAB is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 63 171 -
CMYK 0 0.69 0.16 0.2
HSL 314.04º 0.58% 0.52% -
HSV(B) 314.04º 0.69% 0.8% -
XYZ 34.03 19.33 40.47 -
YUV 117.47 158.21 189.72 -
System Red Green Blue C M Y K H S L
Decimal 204 63 171 0 0.69 0.16 0.2 314.04 0.58 0.52
Hex CC 3F AB 0 45 10 14 13A 3A 34
Octal 314 77 253 0 105 20 24 472 72 64
Binary 11001100 111111 10101011 0 1000101 10000 10100 100111010 111010 110100

Color Harmonies of #CC3FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FAB

Black with #CC3FAB

Text Example


Text Example

White with #CC3FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FAB; }

 p { color: rgb(204,63,171); }

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

background-color css

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

 a { background-color: rgb(204,63,171); }

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

border-color css

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

 span { border-color: rgb(204,63,171); }

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