Html Css Color HEX #CC5AC2 Fuchsia

📋 copy color: '#CC5AC2'

red 204 ◦ green 90 ◦ blue 194

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

Shades of Fuchsia #CC5AC2

Tints of Fuchsia #CC5AC2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.44%

 BLUE value IS 194 (76.17% from 255) = 39.75%

R = 41.8%
G = 18.44%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC5AC2 (or 0xCC5AC2) is known color: Fuchsia. HEX triplet: CC, 5A and C2. RGB value is (204,90,194). Sum of RGB (Red+Green+Blue) = 204+90+194=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5AC2 is #33A53D. Grayscale: #878787. Windows color (decimal): -3384638 or 12737228. OLE color: 12737228.

HSL color Cylindrical-coordinate representation of color #CC5AC2: hue angle of 305.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5AC2 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 90 194 -
CMYK 0 0.56 0.05 0.2
HSL 305.26º 0.53% 0.58% -
HSV(B) 305.26º 0.56% 0.8% -
XYZ 38.3 24.04 53.66 -
YUV 135.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 204 90 194 0 0.56 0.05 0.2 305.26 0.53 0.58
Hex CC 5A C2 0 38 5 14 131 35 3A
Octal 314 132 302 0 70 5 24 461 65 72
Binary 11001100 1011010 11000010 0 111000 101 10100 100110001 110101 111010

Color Harmonies of #CC5AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5AC2

Black with #CC5AC2

Text Example


Text Example

White with #CC5AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5AC2; }

 p { color: rgb(204,90,194); }

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

background-color css

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

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

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

border-color css

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

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

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