Html Css Color HEX #CC63B6 Fuchsia

📋 copy color: '#CC63B6'

red 204 ◦ green 99 ◦ blue 182

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

Shades of Fuchsia #CC63B6

Tints of Fuchsia #CC63B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.53%

R = 42.06%
G = 20.41%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC63B6 (or 0xCC63B6) is known color: Fuchsia. HEX triplet: CC, 63 and B6. RGB value is (204,99,182). Sum of RGB (Red+Green+Blue) = 204+99+182=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63B6 is #339C49. Grayscale: #8B8B8B. Windows color (decimal): -3382346 or 11953100. OLE color: 11953100.

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

Color convert

RGB 204 99 182 -
CMYK 0 0.51 0.11 0.2
HSL 312.57º 0.51% 0.59% -
HSV(B) 312.57º 0.51% 0.8% -
XYZ 37.81 25.14 47.12 -
YUV 139.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 204 99 182 0 0.51 0.11 0.2 312.57 0.51 0.59
Hex CC 63 B6 0 33 B 14 139 33 3B
Octal 314 143 266 0 63 13 24 471 63 73
Binary 11001100 1100011 10110110 0 110011 1011 10100 100111001 110011 111011

Color Harmonies of #CC63B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63B6

Black with #CC63B6

Text Example


Text Example

White with #CC63B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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