Html Css Color HEX #CC63C8 Fuchsia

📋 copy color: '#CC63C8'

red 204 ◦ green 99 ◦ blue 200

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

Shades of Fuchsia #CC63C8

Tints of Fuchsia #CC63C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.76%

R = 40.56%
G = 19.68%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC63C8 (or 0xCC63C8) is known color: Fuchsia. HEX triplet: CC, 63 and C8. RGB value is (204,99,200). Sum of RGB (Red+Green+Blue) = 204+99+200=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63C8 is #339C37. Grayscale: #8D8D8D. Windows color (decimal): -3382328 or 13132748. OLE color: 13132748.

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

Color convert

RGB 204 99 200 -
CMYK 0 0.51 0.02 0.2
HSL 302.29º 0.51% 0.59% -
HSV(B) 302.29º 0.51% 0.8% -
XYZ 39.79 25.93 57.55 -
YUV 141.91 160.79 172.29 -
System Red Green Blue C M Y K H S L
Decimal 204 99 200 0 0.51 0.02 0.2 302.29 0.51 0.59
Hex CC 63 C8 0 33 2 14 12E 33 3B
Octal 314 143 310 0 63 2 24 456 63 73
Binary 11001100 1100011 11001000 0 110011 10 10100 100101110 110011 111011

Color Harmonies of #CC63C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63C8

Black with #CC63C8

Text Example


Text Example

White with #CC63C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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