Html Css Color HEX #CC63B8 Fuchsia

📋 copy color: '#CC63B8'

red 204 ◦ green 99 ◦ blue 184

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

Shades of Fuchsia #CC63B8

Tints of Fuchsia #CC63B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.78%

R = 41.89%
G = 20.33%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC63B8 (or 0xCC63B8) is known color: Fuchsia. HEX triplet: CC, 63 and B8. RGB value is (204,99,184). Sum of RGB (Red+Green+Blue) = 204+99+184=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63B8 is #339C47. Grayscale: #8B8B8B. Windows color (decimal): -3382344 or 12084172. OLE color: 12084172.

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

Color convert

RGB 204 99 184 -
CMYK 0 0.51 0.10 0.2
HSL 311.43º 0.51% 0.59% -
HSV(B) 311.43º 0.51% 0.8% -
XYZ 38.02 25.22 48.21 -
YUV 140.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 204 99 184 0 0.51 0.10 0.2 311.43 0.51 0.59
Hex CC 63 B8 0 33 A 14 137 33 3B
Octal 314 143 270 0 63 12 24 467 63 73
Binary 11001100 1100011 10111000 0 110011 1010 10100 100110111 110011 111011

Color Harmonies of #CC63B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63B8

Black with #CC63B8

Text Example


Text Example

White with #CC63B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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