Html Css Color HEX #CC63BA Fuchsia

📋 copy color: '#CC63BA'

red 204 ◦ green 99 ◦ blue 186

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

Shades of Fuchsia #CC63BA

Tints of Fuchsia #CC63BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.04%

R = 41.72%
G = 20.25%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC63BA (or 0xCC63BA) is known color: Fuchsia. HEX triplet: CC, 63 and BA. RGB value is (204,99,186). Sum of RGB (Red+Green+Blue) = 204+99+186=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63BA is #339C45. Grayscale: #8C8C8C. Windows color (decimal): -3382342 or 12215244. OLE color: 12215244.

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

Color convert

RGB 204 99 186 -
CMYK 0 0.51 0.09 0.2
HSL 310.29º 0.51% 0.59% -
HSV(B) 310.29º 0.51% 0.8% -
XYZ 38.23 25.31 49.32 -
YUV 140.31 153.79 173.43 -
System Red Green Blue C M Y K H S L
Decimal 204 99 186 0 0.51 0.09 0.2 310.29 0.51 0.59
Hex CC 63 BA 0 33 9 14 136 33 3B
Octal 314 143 272 0 63 11 24 466 63 73
Binary 11001100 1100011 10111010 0 110011 1001 10100 100110110 110011 111011

Color Harmonies of #CC63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63BA

Black with #CC63BA

Text Example


Text Example

White with #CC63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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