Html Css Color HEX #C663CA Fuchsia

📋 copy color: '#C663CA'

red 198 ◦ green 99 ◦ blue 202

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

Shades of Fuchsia #C663CA

Tints of Fuchsia #C663CA

RGB

 RED value IS 198 (77.73% from 255) = 39.68%

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

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

R = 39.68%
G = 19.84%
B = 40.48%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C663CA (or 0xC663CA) is known color: Fuchsia. HEX triplet: C6, 63 and CA. RGB value is (198,99,202). Sum of RGB (Red+Green+Blue) = 198+99+202=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #C663CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C663CA is #399C35. Grayscale: #8C8C8C. Windows color (decimal): -3775542 or 13263814. OLE color: 13263814.

HSL color Cylindrical-coordinate representation of color #C663CA: hue angle of 297.67º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C663CA is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 99 202 -
CMYK 0.02 0.51 0 0.21
HSL 297.67º 0.49% 0.59% -
HSV(B) 297.67º 0.51% 0.79% -
XYZ 38.41 25.19 58.72 -
YUV 140.34 162.8 169.12 -
System Red Green Blue C M Y K H S L
Decimal 198 99 202 0.02 0.51 0 0.21 297.67 0.49 0.59
Hex C6 63 CA 2 33 0 15 12A 31 3B
Octal 306 143 312 2 63 0 25 452 61 73
Binary 11000110 1100011 11001010 10 110011 0 10101 100101010 110001 111011

Color Harmonies of #C663CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C663CA

Black with #C663CA

Text Example


Text Example

White with #C663CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C663CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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