Html Css Color HEX #C63DCC Fuchsia

📋 copy color: '#C63DCC'

red 198 ◦ green 61 ◦ blue 204

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

Shades of Fuchsia #C63DCC

Tints of Fuchsia #C63DCC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.17%

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

R = 42.76%
G = 13.17%
B = 44.06%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C63DCC (or 0xC63DCC) is known color: Fuchsia. HEX triplet: C6, 3D and CC. RGB value is (198,61,204). Sum of RGB (Red+Green+Blue) = 198+61+204=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #C63DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DCC is #39C233. Grayscale: #757575. Windows color (decimal): -3785268 or 13385158. OLE color: 13385158.

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

Color convert

RGB 198 61 204 -
CMYK 0.03 0.70 0 0.2
HSL 297.48º 0.58% 0.52% -
HSV(B) 297.48º 0.7% 0.8% -
XYZ 35.86 19.7 59.04 -
YUV 118.27 176.39 184.87 -
System Red Green Blue C M Y K H S L
Decimal 198 61 204 0.03 0.70 0 0.2 297.48 0.58 0.52
Hex C6 3D CC 3 46 0 14 129 3A 34
Octal 306 75 314 3 106 0 24 451 72 64
Binary 11000110 111101 11001100 11 1000110 0 10100 100101001 111010 110100

Color Harmonies of #C63DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63DCC

Black with #C63DCC

Text Example


Text Example

White with #C63DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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