Html Css Color HEX #CC3FB1 Fuchsia

📋 copy color: '#CC3FB1'

red 204 ◦ green 63 ◦ blue 177

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

Shades of Fuchsia #CC3FB1

Tints of Fuchsia #CC3FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.86%

R = 45.95%
G = 14.19%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC3FB1 (or 0xCC3FB1) is known color: Fuchsia. HEX triplet: CC, 3F and B1. RGB value is (204,63,177). Sum of RGB (Red+Green+Blue) = 204+63+177=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3FB1 is #33C04E. Grayscale: #757575. Windows color (decimal): -3391567 or 11616204. OLE color: 11616204.

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

Color convert

RGB 204 63 177 -
CMYK 0 0.69 0.13 0.2
HSL 311.49º 0.58% 0.52% -
HSV(B) 311.49º 0.69% 0.8% -
XYZ 34.62 19.57 43.55 -
YUV 118.16 161.21 189.23 -
System Red Green Blue C M Y K H S L
Decimal 204 63 177 0 0.69 0.13 0.2 311.49 0.58 0.52
Hex CC 3F B1 0 45 D 14 137 3A 34
Octal 314 77 261 0 105 15 24 467 72 64
Binary 11001100 111111 10110001 0 1000101 1101 10100 100110111 111010 110100

Color Harmonies of #CC3FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FB1

Black with #CC3FB1

Text Example


Text Example

White with #CC3FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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