Html Css Color HEX #CC63CA Fuchsia

📋 copy color: '#CC63CA'

red 204 ◦ green 99 ◦ blue 202

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

Shades of Fuchsia #CC63CA

Tints of Fuchsia #CC63CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40%

R = 40.4%
G = 19.6%
B = 40%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC63CA (or 0xCC63CA) is known color: Fuchsia. HEX triplet: CC, 63 and CA. RGB value is (204,99,202). Sum of RGB (Red+Green+Blue) = 204+99+202=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63CA is #339C35. Grayscale: #8D8D8D. Windows color (decimal): -3382326 or 13263820. OLE color: 13263820.

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

Color convert

RGB 204 99 202 -
CMYK 0 0.51 0.01 0.2
HSL 301.14º 0.51% 0.59% -
HSV(B) 301.14º 0.51% 0.8% -
XYZ 40.02 26.03 58.79 -
YUV 142.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 204 99 202 0 0.51 0.01 0.2 301.14 0.51 0.59
Hex CC 63 CA 0 33 1 14 12D 33 3B
Octal 314 143 312 0 63 1 24 455 63 73
Binary 11001100 1100011 11001010 0 110011 1 10100 100101101 110011 111011

Color Harmonies of #CC63CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63CA

Black with #CC63CA

Text Example


Text Example

White with #CC63CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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