Html Css Color HEX #C63FCC Fuchsia

📋 copy color: '#C63FCC'

red 198 ◦ green 63 ◦ blue 204

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

Shades of Fuchsia #C63FCC

Tints of Fuchsia #C63FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.55%

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 42.58%
G = 13.55%
B = 43.87%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C63FCC (or 0xC63FCC) is known color: Fuchsia. HEX triplet: C6, 3F and CC. RGB value is (198,63,204). Sum of RGB (Red+Green+Blue) = 198+63+204=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #C63FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FCC is #39C033. Grayscale: #777777. Windows color (decimal): -3784756 or 13385670. OLE color: 13385670.

HSL color Cylindrical-coordinate representation of color #C63FCC: hue angle of 297.45º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63FCC is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 63 204 -
CMYK 0.03 0.69 0 0.2
HSL 297.45º 0.58% 0.52% -
HSV(B) 297.45º 0.69% 0.8% -
XYZ 35.97 19.92 59.08 -
YUV 119.44 175.73 184.04 -
System Red Green Blue C M Y K H S L
Decimal 198 63 204 0.03 0.69 0 0.2 297.45 0.58 0.52
Hex C6 3F CC 3 45 0 14 129 3A 34
Octal 306 77 314 3 105 0 24 451 72 64
Binary 11000110 111111 11001100 11 1000101 0 10100 100101001 111010 110100

Color Harmonies of #C63FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63FCC

Black with #C63FCC

Text Example


Text Example

White with #C63FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63FCC; }

 p { color: rgb(198,63,204); }

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

background-color css

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

 a { background-color: rgb(198,63,204); }

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

border-color css

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

 span { border-color: rgb(198,63,204); }

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