Html Css Color HEX #CC63BD Fuchsia

📋 copy color: '#CC63BD'

red 204 ◦ green 99 ◦ blue 189

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

Shades of Fuchsia #CC63BD

Tints of Fuchsia #CC63BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.41%

R = 41.46%
G = 20.12%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC63BD (or 0xCC63BD) is known color: Fuchsia. HEX triplet: CC, 63 and BD. RGB value is (204,99,189). Sum of RGB (Red+Green+Blue) = 204+99+189=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63BD is #339C42. Grayscale: #8C8C8C. Windows color (decimal): -3382339 or 12411852. OLE color: 12411852.

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

Color convert

RGB 204 99 189 -
CMYK 0 0.51 0.07 0.2
HSL 308.57º 0.51% 0.59% -
HSV(B) 308.57º 0.51% 0.8% -
XYZ 38.55 25.44 51.02 -
YUV 140.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 204 99 189 0 0.51 0.07 0.2 308.57 0.51 0.59
Hex CC 63 BD 0 33 7 14 135 33 3B
Octal 314 143 275 0 63 7 24 465 63 73
Binary 11001100 1100011 10111101 0 110011 111 10100 100110101 110011 111011

Color Harmonies of #CC63BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63BD

Black with #CC63BD

Text Example


Text Example

White with #CC63BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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