Html Css Color HEX #CC3BCC Fuchsia

📋 copy color: '#CC3BCC'

red 204 ◦ green 59 ◦ blue 204

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

Shades of Fuchsia #CC3BCC

Tints of Fuchsia #CC3BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 43.68%
G = 12.63%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC3BCC (or 0xCC3BCC) is known color: Fuchsia. HEX triplet: CC, 3B and CC. RGB value is (204,59,204). Sum of RGB (Red+Green+Blue) = 204+59+204=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC3BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3BCC is #33C433. Grayscale: #767676. Windows color (decimal): -3392564 or 13384652. OLE color: 13384652.

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

Color convert

RGB 204 59 204 -
CMYK 0 0.71 0 0.2
HSL 300º 0.59% 0.52% -
HSV(B) 300º 0.71% 0.8% -
XYZ 37.36 20.32 59.08 -
YUV 118.89 176.04 188.71 -
System Red Green Blue C M Y K H S L
Decimal 204 59 204 0 0.71 0 0.2 300 0.59 0.52
Hex CC 3B CC 0 47 0 14 12C 3B 34
Octal 314 73 314 0 107 0 24 454 73 64
Binary 11001100 111011 11001100 0 1000111 0 10100 100101100 111011 110100

Color Harmonies of #CC3BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3BCC

Black with #CC3BCC

Text Example


Text Example

White with #CC3BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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