Html Css Color HEX #CC41B7 Fuchsia

📋 copy color: '#CC41B7'

red 204 ◦ green 65 ◦ blue 183

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

Shades of Fuchsia #CC41B7

Tints of Fuchsia #CC41B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.49%

R = 45.13%
G = 14.38%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC41B7 (or 0xCC41B7) is known color: Fuchsia. HEX triplet: CC, 41 and B7. RGB value is (204,65,183). Sum of RGB (Red+Green+Blue) = 204+65+183=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41B7 is #33BE48. Grayscale: #777777. Windows color (decimal): -3391049 or 12009932. OLE color: 12009932.

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

Color convert

RGB 204 65 183 -
CMYK 0 0.68 0.10 0.2
HSL 309.06º 0.58% 0.53% -
HSV(B) 309.06º 0.68% 0.8% -
XYZ 35.34 20.04 46.8 -
YUV 120.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 204 65 183 0 0.68 0.10 0.2 309.06 0.58 0.53
Hex CC 41 B7 0 44 A 14 135 3A 35
Octal 314 101 267 0 104 12 24 465 72 65
Binary 11001100 1000001 10110111 0 1000100 1010 10100 100110101 111010 110101

Color Harmonies of #CC41B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC41B7

Black with #CC41B7

Text Example


Text Example

White with #CC41B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC41B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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