Html Css Color HEX #CC63C6 Fuchsia

📋 copy color: '#CC63C6'

red 204 ◦ green 99 ◦ blue 198

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

Shades of Fuchsia #CC63C6

Tints of Fuchsia #CC63C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.52%

R = 40.72%
G = 19.76%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC63C6 (or 0xCC63C6) is known color: Fuchsia. HEX triplet: CC, 63 and C6. RGB value is (204,99,198). Sum of RGB (Red+Green+Blue) = 204+99+198=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63C6 is #339C39. Grayscale: #8D8D8D. Windows color (decimal): -3382330 or 13001676. OLE color: 13001676.

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

Color convert

RGB 204 99 198 -
CMYK 0 0.51 0.03 0.2
HSL 303.43º 0.51% 0.59% -
HSV(B) 303.43º 0.51% 0.8% -
XYZ 39.56 25.84 56.33 -
YUV 141.68 159.79 172.45 -
System Red Green Blue C M Y K H S L
Decimal 204 99 198 0 0.51 0.03 0.2 303.43 0.51 0.59
Hex CC 63 C6 0 33 3 14 12F 33 3B
Octal 314 143 306 0 63 3 24 457 63 73
Binary 11001100 1100011 11000110 0 110011 11 10100 100101111 110011 111011

Color Harmonies of #CC63C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63C6

Black with #CC63C6

Text Example


Text Example

White with #CC63C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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