Html Css Color HEX #CC63BE Fuchsia

📋 copy color: '#CC63BE'

red 204 ◦ green 99 ◦ blue 190

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

Shades of Fuchsia #CC63BE

Tints of Fuchsia #CC63BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.54%

R = 41.38%
G = 20.08%
B = 38.54%

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

#CC63BE (or 0xCC63BE) is known color: Fuchsia. HEX triplet: CC, 63 and BE. RGB value is (204,99,190). Sum of RGB (Red+Green+Blue) = 204+99+190=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63BE is #339C41. Grayscale: #8C8C8C. Windows color (decimal): -3382338 or 12477388. OLE color: 12477388.

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

Color convert

RGB 204 99 190 -
CMYK 0 0.51 0.07 0.2
HSL 308º 0.51% 0.59% -
HSV(B) 308º 0.51% 0.8% -
XYZ 38.66 25.48 51.6 -
YUV 140.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 204 99 190 0 0.51 0.07 0.2 308 0.51 0.59
Hex CC 63 BE 0 33 7 14 134 33 3B
Octal 314 143 276 0 63 7 24 464 63 73
Binary 11001100 1100011 10111110 0 110011 111 10100 100110100 110011 111011

Color Harmonies of #CC63BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63BE

Black with #CC63BE

Text Example


Text Example

White with #CC63BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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