Html Css Color HEX #CC3FB2 Fuchsia

📋 copy color: '#CC3FB2'

red 204 ◦ green 63 ◦ blue 178

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

Shades of Fuchsia #CC3FB2

Tints of Fuchsia #CC3FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40%

R = 45.84%
G = 14.16%
B = 40%

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

#CC3FB2 (or 0xCC3FB2) is known color: Fuchsia. HEX triplet: CC, 3F and B2. RGB value is (204,63,178). Sum of RGB (Red+Green+Blue) = 204+63+178=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3FB2 is #33C04D. Grayscale: #757575. Windows color (decimal): -3391566 or 11681740. OLE color: 11681740.

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

Color convert

RGB 204 63 178 -
CMYK 0 0.69 0.13 0.2
HSL 311.06º 0.58% 0.52% -
HSV(B) 311.06º 0.69% 0.8% -
XYZ 34.72 19.61 44.07 -
YUV 118.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 204 63 178 0 0.69 0.13 0.2 311.06 0.58 0.52
Hex CC 3F B2 0 45 D 14 137 3A 34
Octal 314 77 262 0 105 15 24 467 72 64
Binary 11001100 111111 10110010 0 1000101 1101 10100 100110111 111010 110100

Color Harmonies of #CC3FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FB2

Black with #CC3FB2

Text Example


Text Example

White with #CC3FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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