Html Css Color HEX #CC48CC Fuchsia

📋 copy color: '#CC48CC'

red 204 ◦ green 72 ◦ blue 204

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

Shades of Fuchsia #CC48CC

Tints of Fuchsia #CC48CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 42.5%
G = 15%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC48CC (or 0xCC48CC) is known color: Fuchsia. HEX triplet: CC, 48 and CC. RGB value is (204,72,204). Sum of RGB (Red+Green+Blue) = 204+72+204=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC48CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48CC is #33B733. Grayscale: #7E7E7E. Windows color (decimal): -3389236 or 13387980. OLE color: 13387980.

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

Color convert

RGB 204 72 204 -
CMYK 0 0.65 0 0.2
HSL 300º 0.56% 0.54% -
HSV(B) 300º 0.65% 0.8% -
XYZ 38.12 21.83 59.33 -
YUV 126.52 171.73 183.27 -
System Red Green Blue C M Y K H S L
Decimal 204 72 204 0 0.65 0 0.2 300 0.56 0.54
Hex CC 48 CC 0 41 0 14 12C 38 36
Octal 314 110 314 0 101 0 24 454 70 66
Binary 11001100 1001000 11001100 0 1000001 0 10100 100101100 111000 110110

Color Harmonies of #CC48CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC48CC

Black with #CC48CC

Text Example


Text Example

White with #CC48CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC48CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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