Html Css Color HEX #CC63B2 Fuchsia

📋 copy color: '#CC63B2'

red 204 ◦ green 99 ◦ blue 178

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

Shades of Fuchsia #CC63B2

Tints of Fuchsia #CC63B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.01%

R = 42.41%
G = 20.58%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC63B2 (or 0xCC63B2) is known color: Fuchsia. HEX triplet: CC, 63 and B2. RGB value is (204,99,178). Sum of RGB (Red+Green+Blue) = 204+99+178=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC63B2 is #339C4D. Grayscale: #8B8B8B. Windows color (decimal): -3382350 or 11690956. OLE color: 11690956.

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

Color convert

RGB 204 99 178 -
CMYK 0 0.51 0.13 0.2
HSL 314.86º 0.51% 0.59% -
HSV(B) 314.86º 0.51% 0.8% -
XYZ 37.4 24.98 44.97 -
YUV 139.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 204 99 178 0 0.51 0.13 0.2 314.86 0.51 0.59
Hex CC 63 B2 0 33 D 14 13B 33 3B
Octal 314 143 262 0 63 15 24 473 63 73
Binary 11001100 1100011 10110010 0 110011 1101 10100 100111011 110011 111011

Color Harmonies of #CC63B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63B2

Black with #CC63B2

Text Example


Text Example

White with #CC63B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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