Html Css Color HEX #CC3FB6 Fuchsia

📋 copy color: '#CC3FB6'

red 204 ◦ green 63 ◦ blue 182

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

Shades of Fuchsia #CC3FB6

Tints of Fuchsia #CC3FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.53%

R = 45.43%
G = 14.03%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC3FB6 (or 0xCC3FB6) is known color: Fuchsia. HEX triplet: CC, 3F and B6. RGB value is (204,63,182). Sum of RGB (Red+Green+Blue) = 204+63+182=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3FB6 is #33C049. Grayscale: #767676. Windows color (decimal): -3391562 or 11943884. OLE color: 11943884.

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

Color convert

RGB 204 63 182 -
CMYK 0 0.69 0.11 0.2
HSL 309.36º 0.58% 0.52% -
HSV(B) 309.36º 0.69% 0.8% -
XYZ 35.12 19.77 46.22 -
YUV 118.73 163.71 188.82 -
System Red Green Blue C M Y K H S L
Decimal 204 63 182 0 0.69 0.11 0.2 309.36 0.58 0.52
Hex CC 3F B6 0 45 B 14 135 3A 34
Octal 314 77 266 0 105 13 24 465 72 64
Binary 11001100 111111 10110110 0 1000101 1011 10100 100110101 111010 110100

Color Harmonies of #CC3FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FB6

Black with #CC3FB6

Text Example


Text Example

White with #CC3FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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