Html Css Color HEX #CC41B2 Fuchsia

📋 copy color: '#CC41B2'

red 204 ◦ green 65 ◦ blue 178

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

Shades of Fuchsia #CC41B2

Tints of Fuchsia #CC41B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.82%

R = 45.64%
G = 14.54%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC41B2 (or 0xCC41B2) is known color: Fuchsia. HEX triplet: CC, 41 and B2. RGB value is (204,65,178). Sum of RGB (Red+Green+Blue) = 204+65+178=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC41B2 is #33BE4D. Grayscale: #777777. Windows color (decimal): -3391054 or 11682252. OLE color: 11682252.

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

Color convert

RGB 204 65 178 -
CMYK 0 0.68 0.13 0.2
HSL 311.22º 0.58% 0.53% -
HSV(B) 311.22º 0.68% 0.8% -
XYZ 34.83 19.83 44.11 -
YUV 119.44 161.05 188.31 -
System Red Green Blue C M Y K H S L
Decimal 204 65 178 0 0.68 0.13 0.2 311.22 0.58 0.53
Hex CC 41 B2 0 44 D 14 137 3A 35
Octal 314 101 262 0 104 15 24 467 72 65
Binary 11001100 1000001 10110010 0 1000100 1101 10100 100110111 111010 110101

Color Harmonies of #CC41B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC41B2

Black with #CC41B2

Text Example


Text Example

White with #CC41B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC41B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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