Html Css Color HEX #CC55C5 Fuchsia

📋 copy color: '#CC55C5'

red 204 ◦ green 85 ◦ blue 197

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

Shades of Fuchsia #CC55C5

Tints of Fuchsia #CC55C5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.49%

 BLUE value IS 197 (77.34% from 255) = 40.53%

R = 41.98%
G = 17.49%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC55C5 (or 0xCC55C5) is known color: Fuchsia. HEX triplet: CC, 55 and C5. RGB value is (204,85,197). Sum of RGB (Red+Green+Blue) = 204+85+197=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55C5 is #33AA3A. Grayscale: #858585. Windows color (decimal): -3385915 or 12932556. OLE color: 12932556.

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

Color convert

RGB 204 85 197 -
CMYK 0 0.58 0.03 0.2
HSL 303.53º 0.54% 0.57% -
HSV(B) 303.53º 0.58% 0.8% -
XYZ 38.23 23.37 55.32 -
YUV 133.35 163.92 178.39 -
System Red Green Blue C M Y K H S L
Decimal 204 85 197 0 0.58 0.03 0.2 303.53 0.54 0.57
Hex CC 55 C5 0 3A 3 14 130 36 39
Octal 314 125 305 0 72 3 24 460 66 71
Binary 11001100 1010101 11000101 0 111010 11 10100 100110000 110110 111001

Color Harmonies of #CC55C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55C5

Black with #CC55C5

Text Example


Text Example

White with #CC55C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55C5; }

 p { color: rgb(204,85,197); }

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

background-color css

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

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

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

border-color css

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

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

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