Html Css Color HEX #C63DC3 Fuchsia

📋 copy color: '#C63DC3'

red 198 ◦ green 61 ◦ blue 195

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

Shades of Fuchsia #C63DC3

Tints of Fuchsia #C63DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.95%

R = 43.61%
G = 13.44%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C63DC3 (or 0xC63DC3) is known color: Fuchsia. HEX triplet: C6, 3D and C3. RGB value is (198,61,195). Sum of RGB (Red+Green+Blue) = 198+61+195=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C63DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DC3 is #39C23C. Grayscale: #747474. Windows color (decimal): -3785277 or 12795334. OLE color: 12795334.

HSL color Cylindrical-coordinate representation of color #C63DC3: hue angle of 301.31º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63DC3 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 61 195 -
CMYK 0 0.69 0.02 0.22
HSL 301.31º 0.55% 0.51% -
HSV(B) 301.31º 0.69% 0.78% -
XYZ 34.81 19.28 53.52 -
YUV 117.24 171.89 185.6 -
System Red Green Blue C M Y K H S L
Decimal 198 61 195 0 0.69 0.02 0.22 301.31 0.55 0.51
Hex C6 3D C3 0 45 2 16 12D 37 33
Octal 306 75 303 0 105 2 26 455 67 63
Binary 11000110 111101 11000011 0 1000101 10 10110 100101101 110111 110011

Color Harmonies of #C63DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63DC3

Black with #C63DC3

Text Example


Text Example

White with #C63DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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