Html Css Color HEX #CC48BA Fuchsia

📋 copy color: '#CC48BA'

red 204 ◦ green 72 ◦ blue 186

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

Shades of Fuchsia #CC48BA

Tints of Fuchsia #CC48BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 44.16%
G = 15.58%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC48BA (or 0xCC48BA) is known color: Fuchsia. HEX triplet: CC, 48 and BA. RGB value is (204,72,186). Sum of RGB (Red+Green+Blue) = 204+72+186=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48BA is #33B745. Grayscale: #7C7C7C. Windows color (decimal): -3389254 or 12208332. OLE color: 12208332.

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

Color convert

RGB 204 72 186 -
CMYK 0 0.65 0.09 0.2
HSL 308.18º 0.56% 0.54% -
HSV(B) 308.18º 0.65% 0.8% -
XYZ 36.08 21.02 48.61 -
YUV 124.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 204 72 186 0 0.65 0.09 0.2 308.18 0.56 0.54
Hex CC 48 BA 0 41 9 14 134 38 36
Octal 314 110 272 0 101 11 24 464 70 66
Binary 11001100 1001000 10111010 0 1000001 1001 10100 100110100 111000 110110

Color Harmonies of #CC48BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC48BA

Black with #CC48BA

Text Example


Text Example

White with #CC48BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC48BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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