Html Css Color HEX #CC48B2 Fuchsia

📋 copy color: '#CC48B2'

red 204 ◦ green 72 ◦ blue 178

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

Shades of Fuchsia #CC48B2

Tints of Fuchsia #CC48B2

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.86%

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

R = 44.93%
G = 15.86%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC48B2 (or 0xCC48B2) is known color: Fuchsia. HEX triplet: CC, 48 and B2. RGB value is (204,72,178). Sum of RGB (Red+Green+Blue) = 204+72+178=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC48B2 is #33B74D. Grayscale: #7B7B7B. Windows color (decimal): -3389262 or 11684044. OLE color: 11684044.

HSL color Cylindrical-coordinate representation of color #CC48B2: hue angle of 311.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC48B2 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 72 178 -
CMYK 0 0.65 0.13 0.2
HSL 311.82º 0.56% 0.54% -
HSV(B) 311.82º 0.65% 0.8% -
XYZ 35.26 20.69 44.25 -
YUV 123.55 158.73 185.38 -
System Red Green Blue C M Y K H S L
Decimal 204 72 178 0 0.65 0.13 0.2 311.82 0.56 0.54
Hex CC 48 B2 0 41 D 14 138 38 36
Octal 314 110 262 0 101 15 24 470 70 66
Binary 11001100 1001000 10110010 0 1000001 1101 10100 100111000 111000 110110

Color Harmonies of #CC48B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC48B2

Black with #CC48B2

Text Example


Text Example

White with #CC48B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC48B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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