Html Css Color HEX #CC3BBF Fuchsia

📋 copy color: '#CC3BBF'

red 204 ◦ green 59 ◦ blue 191

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

Shades of Fuchsia #CC3BBF

Tints of Fuchsia #CC3BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.07%

R = 44.93%
G = 13%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC3BBF (or 0xCC3BBF) is known color: Fuchsia. HEX triplet: CC, 3B and BF. RGB value is (204,59,191). Sum of RGB (Red+Green+Blue) = 204+59+191=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3BBF is #33C440. Grayscale: #757575. Windows color (decimal): -3392577 or 12532684. OLE color: 12532684.

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

Color convert

RGB 204 59 191 -
CMYK 0 0.71 0.06 0.2
HSL 305.38º 0.59% 0.52% -
HSV(B) 305.38º 0.71% 0.8% -
XYZ 35.87 19.73 51.21 -
YUV 117.4 169.54 189.77 -
System Red Green Blue C M Y K H S L
Decimal 204 59 191 0 0.71 0.06 0.2 305.38 0.59 0.52
Hex CC 3B BF 0 47 6 14 131 3B 34
Octal 314 73 277 0 107 6 24 461 73 64
Binary 11001100 111011 10111111 0 1000111 110 10100 100110001 111011 110100

Color Harmonies of #CC3BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3BBF

Black with #CC3BBF

Text Example


Text Example

White with #CC3BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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