Html Css Color HEX #CC48B9 Fuchsia

📋 copy color: '#CC48B9'

red 204 ◦ green 72 ◦ blue 185

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

Shades of Fuchsia #CC48B9

Tints of Fuchsia #CC48B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 44.25%
G = 15.62%
B = 40.13%

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

#CC48B9 (or 0xCC48B9) is known color: Fuchsia. HEX triplet: CC, 48 and B9. RGB value is (204,72,185). Sum of RGB (Red+Green+Blue) = 204+72+185=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48B9 is #33B746. Grayscale: #7C7C7C. Windows color (decimal): -3389255 or 12142796. OLE color: 12142796.

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

Color convert

RGB 204 72 185 -
CMYK 0 0.65 0.09 0.2
HSL 308.64º 0.56% 0.54% -
HSV(B) 308.64º 0.65% 0.8% -
XYZ 35.98 20.97 48.05 -
YUV 124.35 162.23 184.81 -
System Red Green Blue C M Y K H S L
Decimal 204 72 185 0 0.65 0.09 0.2 308.64 0.56 0.54
Hex CC 48 B9 0 41 9 14 135 38 36
Octal 314 110 271 0 101 11 24 465 70 66
Binary 11001100 1001000 10111001 0 1000001 1001 10100 100110101 111000 110110

Color Harmonies of #CC48B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC48B9

Black with #CC48B9

Text Example


Text Example

White with #CC48B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC48B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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