Html Css Color HEX #CC53C1 Fuchsia

📋 copy color: '#CC53C1'

red 204 ◦ green 83 ◦ blue 193

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

Shades of Fuchsia #CC53C1

Tints of Fuchsia #CC53C1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.29%

 BLUE value IS 193 (75.78% from 255) = 40.21%

R = 42.5%
G = 17.29%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC53C1 (or 0xCC53C1) is known color: Fuchsia. HEX triplet: CC, 53 and C1. RGB value is (204,83,193). Sum of RGB (Red+Green+Blue) = 204+83+193=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC53C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53C1 is #33AC3E. Grayscale: #838383. Windows color (decimal): -3386431 or 12669900. OLE color: 12669900.

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

Color convert

RGB 204 83 193 -
CMYK 0 0.59 0.05 0.2
HSL 305.45º 0.54% 0.56% -
HSV(B) 305.45º 0.59% 0.8% -
XYZ 37.62 22.87 52.88 -
YUV 131.72 162.59 179.56 -
System Red Green Blue C M Y K H S L
Decimal 204 83 193 0 0.59 0.05 0.2 305.45 0.54 0.56
Hex CC 53 C1 0 3B 5 14 131 36 38
Octal 314 123 301 0 73 5 24 461 66 70
Binary 11001100 1010011 11000001 0 111011 101 10100 100110001 110110 111000

Color Harmonies of #CC53C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53C1

Black with #CC53C1

Text Example


Text Example

White with #CC53C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53C1; }

 p { color: rgb(204,83,193); }

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

background-color css

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

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

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

border-color css

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

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

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