Html Css Color HEX #CC63B4 Fuchsia

📋 copy color: '#CC63B4'

red 204 ◦ green 99 ◦ blue 180

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

Shades of Fuchsia #CC63B4

Tints of Fuchsia #CC63B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.27%

R = 42.24%
G = 20.5%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC63B4 (or 0xCC63B4) is known color: Fuchsia. HEX triplet: CC, 63 and B4. RGB value is (204,99,180). Sum of RGB (Red+Green+Blue) = 204+99+180=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63B4 is #339C4B. Grayscale: #8B8B8B. Windows color (decimal): -3382348 or 11822028. OLE color: 11822028.

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

Color convert

RGB 204 99 180 -
CMYK 0 0.51 0.12 0.2
HSL 313.71º 0.51% 0.59% -
HSV(B) 313.71º 0.51% 0.8% -
XYZ 37.6 25.06 46.03 -
YUV 139.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 204 99 180 0 0.51 0.12 0.2 313.71 0.51 0.59
Hex CC 63 B4 0 33 C 14 13A 33 3B
Octal 314 143 264 0 63 14 24 472 63 73
Binary 11001100 1100011 10110100 0 110011 1100 10100 100111010 110011 111011

Color Harmonies of #CC63B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63B4

Black with #CC63B4

Text Example


Text Example

White with #CC63B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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