Html Css Color HEX #CC48CB Fuchsia

📋 copy color: '#CC48CB'

red 204 ◦ green 72 ◦ blue 203

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

Shades of Fuchsia #CC48CB

Tints of Fuchsia #CC48CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.38%

R = 42.59%
G = 15.03%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC48CB (or 0xCC48CB) is known color: Fuchsia. HEX triplet: CC, 48 and CB. RGB value is (204,72,203). Sum of RGB (Red+Green+Blue) = 204+72+203=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48CB is #33B734. Grayscale: #7E7E7E. Windows color (decimal): -3389237 or 13322444. OLE color: 13322444.

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

Color convert

RGB 204 72 203 -
CMYK 0 0.65 0.00 0.2
HSL 300.45º 0.56% 0.54% -
HSV(B) 300.45º 0.65% 0.8% -
XYZ 38 21.78 58.7 -
YUV 126.4 171.23 183.35 -
System Red Green Blue C M Y K H S L
Decimal 204 72 203 0 0.65 0.00 0.2 300.45 0.56 0.54
Hex CC 48 CB 0 41 0 14 12C 38 36
Octal 314 110 313 0 101 0 24 454 70 66
Binary 11001100 1001000 11001011 0 1000001 0 10100 100101100 111000 110110

Color Harmonies of #CC48CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC48CB

Black with #CC48CB

Text Example


Text Example

White with #CC48CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC48CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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