Html Css Color HEX #CC3BC8 Fuchsia

📋 copy color: '#CC3BC8'

red 204 ◦ green 59 ◦ blue 200

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

Shades of Fuchsia #CC3BC8

Tints of Fuchsia #CC3BC8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.74%

 BLUE value IS 200 (78.52% from 255) = 43.2%

R = 44.06%
G = 12.74%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC3BC8 (or 0xCC3BC8) is known color: Fuchsia. HEX triplet: CC, 3B and C8. RGB value is (204,59,200). Sum of RGB (Red+Green+Blue) = 204+59+200=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3BC8 is #33C437. Grayscale: #767676. Windows color (decimal): -3392568 or 13122508. OLE color: 13122508.

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

Color convert

RGB 204 59 200 -
CMYK 0 0.71 0.02 0.2
HSL 301.66º 0.59% 0.52% -
HSV(B) 301.66º 0.71% 0.8% -
XYZ 36.89 20.14 56.59 -
YUV 118.43 174.04 189.04 -
System Red Green Blue C M Y K H S L
Decimal 204 59 200 0 0.71 0.02 0.2 301.66 0.59 0.52
Hex CC 3B C8 0 47 2 14 12E 3B 34
Octal 314 73 310 0 107 2 24 456 73 64
Binary 11001100 111011 11001000 0 1000111 10 10100 100101110 111011 110100

Color Harmonies of #CC3BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3BC8

Black with #CC3BC8

Text Example


Text Example

White with #CC3BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3BC8; }

 p { color: rgb(204,59,200); }

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

background-color css

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

 a { background-color: rgb(204,59,200); }

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

border-color css

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

 span { border-color: rgb(204,59,200); }

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