Html Css Color HEX #CC63BC Fuchsia

📋 copy color: '#CC63BC'

red 204 ◦ green 99 ◦ blue 188

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

Shades of Fuchsia #CC63BC

Tints of Fuchsia #CC63BC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.16%

 BLUE value IS 188 (73.83% from 255) = 38.29%

R = 41.55%
G = 20.16%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC63BC (or 0xCC63BC) is known color: Fuchsia. HEX triplet: CC, 63 and BC. RGB value is (204,99,188). Sum of RGB (Red+Green+Blue) = 204+99+188=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63BC is #339C43. Grayscale: #8C8C8C. Windows color (decimal): -3382340 or 12346316. OLE color: 12346316.

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

Color convert

RGB 204 99 188 -
CMYK 0 0.51 0.08 0.2
HSL 309.14º 0.51% 0.59% -
HSV(B) 309.14º 0.51% 0.8% -
XYZ 38.44 25.39 50.45 -
YUV 140.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 204 99 188 0 0.51 0.08 0.2 309.14 0.51 0.59
Hex CC 63 BC 0 33 8 14 135 33 3B
Octal 314 143 274 0 63 10 24 465 63 73
Binary 11001100 1100011 10111100 0 110011 1000 10100 100110101 110011 111011

Color Harmonies of #CC63BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63BC

Black with #CC63BC

Text Example


Text Example

White with #CC63BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63BC; }

 p { color: rgb(204,99,188); }

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

background-color css

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

 a { background-color: rgb(204,99,188); }

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

border-color css

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

 span { border-color: rgb(204,99,188); }

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