Html Css Color HEX #CC63C2 Fuchsia

📋 copy color: '#CC63C2'

red 204 ◦ green 99 ◦ blue 194

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

Shades of Fuchsia #CC63C2

Tints of Fuchsia #CC63C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.03%

R = 41.05%
G = 19.92%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC63C2 (or 0xCC63C2) is known color: Fuchsia. HEX triplet: CC, 63 and C2. RGB value is (204,99,194). Sum of RGB (Red+Green+Blue) = 204+99+194=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63C2 is #339C3D. Grayscale: #8C8C8C. Windows color (decimal): -3382334 or 12739532. OLE color: 12739532.

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

Color convert

RGB 204 99 194 -
CMYK 0 0.51 0.05 0.2
HSL 305.71º 0.51% 0.59% -
HSV(B) 305.71º 0.51% 0.8% -
XYZ 39.1 25.66 53.93 -
YUV 141.23 157.79 172.78 -
System Red Green Blue C M Y K H S L
Decimal 204 99 194 0 0.51 0.05 0.2 305.71 0.51 0.59
Hex CC 63 C2 0 33 5 14 132 33 3B
Octal 314 143 302 0 63 5 24 462 63 73
Binary 11001100 1100011 11000010 0 110011 101 10100 100110010 110011 111011

Color Harmonies of #CC63C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63C2

Black with #CC63C2

Text Example


Text Example

White with #CC63C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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