Html Css Color HEX #CC63C7 Fuchsia

📋 copy color: '#CC63C7'

red 204 ◦ green 99 ◦ blue 199

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

Shades of Fuchsia #CC63C7

Tints of Fuchsia #CC63C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.64%

R = 40.64%
G = 19.72%
B = 39.64%

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

#CC63C7 (or 0xCC63C7) is known color: Fuchsia. HEX triplet: CC, 63 and C7. RGB value is (204,99,199). Sum of RGB (Red+Green+Blue) = 204+99+199=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63C7 is #339C38. Grayscale: #8D8D8D. Windows color (decimal): -3382329 or 13067212. OLE color: 13067212.

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

Color convert

RGB 204 99 199 -
CMYK 0 0.51 0.02 0.2
HSL 302.86º 0.51% 0.59% -
HSV(B) 302.86º 0.51% 0.8% -
XYZ 39.67 25.88 56.94 -
YUV 141.8 160.29 172.37 -
System Red Green Blue C M Y K H S L
Decimal 204 99 199 0 0.51 0.02 0.2 302.86 0.51 0.59
Hex CC 63 C7 0 33 2 14 12F 33 3B
Octal 314 143 307 0 63 2 24 457 63 73
Binary 11001100 1100011 11000111 0 110011 10 10100 100101111 110011 111011

Color Harmonies of #CC63C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63C7

Black with #CC63C7

Text Example


Text Example

White with #CC63C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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