Html Css Color HEX #CC53BE Fuchsia

📋 copy color: '#CC53BE'

red 204 ◦ green 83 ◦ blue 190

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

Shades of Fuchsia #CC53BE

Tints of Fuchsia #CC53BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 42.77%
G = 17.4%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC53BE (or 0xCC53BE) is known color: Fuchsia. HEX triplet: CC, 53 and BE. RGB value is (204,83,190). Sum of RGB (Red+Green+Blue) = 204+83+190=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC53BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53BE is #33AC41. Grayscale: #838383. Windows color (decimal): -3386434 or 12473292. OLE color: 12473292.

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

Color convert

RGB 204 83 190 -
CMYK 0 0.59 0.07 0.2
HSL 306.94º 0.54% 0.56% -
HSV(B) 306.94º 0.59% 0.8% -
XYZ 37.29 22.74 51.14 -
YUV 131.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 204 83 190 0 0.59 0.07 0.2 306.94 0.54 0.56
Hex CC 53 BE 0 3B 7 14 133 36 38
Octal 314 123 276 0 73 7 24 463 66 70
Binary 11001100 1010011 10111110 0 111011 111 10100 100110011 110110 111000

Color Harmonies of #CC53BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53BE

Black with #CC53BE

Text Example


Text Example

White with #CC53BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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