Html Css Color HEX #CC48BC Fuchsia

📋 copy color: '#CC48BC'

red 204 ◦ green 72 ◦ blue 188

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

Shades of Fuchsia #CC48BC

Tints of Fuchsia #CC48BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 43.97%
G = 15.52%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC48BC (or 0xCC48BC) is known color: Fuchsia. HEX triplet: CC, 48 and BC. RGB value is (204,72,188). Sum of RGB (Red+Green+Blue) = 204+72+188=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48BC is #33B743. Grayscale: #7C7C7C. Windows color (decimal): -3389252 or 12339404. OLE color: 12339404.

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

Color convert

RGB 204 72 188 -
CMYK 0 0.65 0.08 0.2
HSL 307.27º 0.56% 0.54% -
HSV(B) 307.27º 0.65% 0.8% -
XYZ 36.3 21.1 49.74 -
YUV 124.69 163.73 184.57 -
System Red Green Blue C M Y K H S L
Decimal 204 72 188 0 0.65 0.08 0.2 307.27 0.56 0.54
Hex CC 48 BC 0 41 8 14 133 38 36
Octal 314 110 274 0 101 10 24 463 70 66
Binary 11001100 1001000 10111100 0 1000001 1000 10100 100110011 111000 110110

Color Harmonies of #CC48BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC48BC

Black with #CC48BC

Text Example


Text Example

White with #CC48BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC48BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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