Html Css Color HEX #CC41BB Fuchsia

📋 copy color: '#CC41BB'

red 204 ◦ green 65 ◦ blue 187

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

Shades of Fuchsia #CC41BB

Tints of Fuchsia #CC41BB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.25%

 BLUE value IS 187 (73.44% from 255) = 41.01%

R = 44.74%
G = 14.25%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC41BB (or 0xCC41BB) is known color: Fuchsia. HEX triplet: CC, 41 and BB. RGB value is (204,65,187). Sum of RGB (Red+Green+Blue) = 204+65+187=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41BB is #33BE44. Grayscale: #787878. Windows color (decimal): -3391045 or 12272076. OLE color: 12272076.

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

Color convert

RGB 204 65 187 -
CMYK 0 0.68 0.08 0.2
HSL 307.34º 0.58% 0.53% -
HSV(B) 307.34º 0.68% 0.8% -
XYZ 35.76 20.21 49.03 -
YUV 120.47 165.55 187.58 -
System Red Green Blue C M Y K H S L
Decimal 204 65 187 0 0.68 0.08 0.2 307.34 0.58 0.53
Hex CC 41 BB 0 44 8 14 133 3A 35
Octal 314 101 273 0 104 10 24 463 72 65
Binary 11001100 1000001 10111011 0 1000100 1000 10100 100110011 111010 110101

Color Harmonies of #CC41BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC41BB

Black with #CC41BB

Text Example


Text Example

White with #CC41BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC41BB; }

 p { color: rgb(204,65,187); }

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

background-color css

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

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

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

border-color css

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

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

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