Html Css Color HEX #CC40B3 Fuchsia

📋 copy color: '#CC40B3'

red 204 ◦ green 64 ◦ blue 179

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

Shades of Fuchsia #CC40B3

Tints of Fuchsia #CC40B3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.32%

 BLUE value IS 179 (70.31% from 255) = 40.04%

R = 45.64%
G = 14.32%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC40B3 (or 0xCC40B3) is known color: Fuchsia. HEX triplet: CC, 40 and B3. RGB value is (204,64,179). Sum of RGB (Red+Green+Blue) = 204+64+179=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40B3 is #33BF4C. Grayscale: #767676. Windows color (decimal): -3391309 or 11747532. OLE color: 11747532.

HSL color Cylindrical-coordinate representation of color #CC40B3: hue angle of 310.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC40B3 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 64 179 -
CMYK 0 0.69 0.12 0.2
HSL 310.71º 0.58% 0.53% -
HSV(B) 310.71º 0.69% 0.8% -
XYZ 34.87 19.76 44.62 -
YUV 118.97 161.88 188.65 -
System Red Green Blue C M Y K H S L
Decimal 204 64 179 0 0.69 0.12 0.2 310.71 0.58 0.53
Hex CC 40 B3 0 45 C 14 137 3A 35
Octal 314 100 263 0 105 14 24 467 72 65
Binary 11001100 1000000 10110011 0 1000101 1100 10100 100110111 111010 110101

Color Harmonies of #CC40B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40B3

Black with #CC40B3

Text Example


Text Example

White with #CC40B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40B3; }

 p { color: rgb(204,64,179); }

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

background-color css

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

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

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

border-color css

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

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

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