Html Css Color HEX #CC48CE Fuchsia

📋 copy color: '#CC48CE'

red 204 ◦ green 72 ◦ blue 206

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

Shades of Fuchsia #CC48CE

Tints of Fuchsia #CC48CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 42.32%
G = 14.94%
B = 42.74%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC48CE (or 0xCC48CE) is known color: Fuchsia. HEX triplet: CC, 48 and CE. RGB value is (204,72,206). Sum of RGB (Red+Green+Blue) = 204+72+206=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC48CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48CE is #33B731. Grayscale: #7E7E7E. Windows color (decimal): -3389234 or 13519052. OLE color: 13519052.

HSL color Cylindrical-coordinate representation of color #CC48CE: hue angle of 299.1º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC48CE is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 72 206 -
CMYK 0.01 0.65 0 0.19
HSL 299.1º 0.58% 0.55% -
HSV(B) 299.1º 0.65% 0.81% -
XYZ 38.36 21.93 60.6 -
YUV 126.74 172.73 183.1 -
System Red Green Blue C M Y K H S L
Decimal 204 72 206 0.01 0.65 0 0.19 299.1 0.58 0.55
Hex CC 48 CE 1 41 0 13 12B 3A 37
Octal 314 110 316 1 101 0 23 453 72 67
Binary 11001100 1001000 11001110 1 1000001 0 10011 100101011 111010 110111

Color Harmonies of #CC48CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC48CE

Black with #CC48CE

Text Example


Text Example

White with #CC48CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC48CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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