Html Css Color HEX #C63DBF Fuchsia

📋 copy color: '#C63DBF'

red 198 ◦ green 61 ◦ blue 191

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

Shades of Fuchsia #C63DBF

Tints of Fuchsia #C63DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.44%

R = 44%
G = 13.56%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C63DBF (or 0xC63DBF) is known color: Fuchsia. HEX triplet: C6, 3D and BF. RGB value is (198,61,191). Sum of RGB (Red+Green+Blue) = 198+61+191=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C63DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DBF is #39C240. Grayscale: #747474. Windows color (decimal): -3785281 or 12533190. OLE color: 12533190.

HSL color Cylindrical-coordinate representation of color #C63DBF: hue angle of 303.07º 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 #C63DBF is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 61 191 -
CMYK 0 0.69 0.04 0.22
HSL 303.07º 0.55% 0.51% -
HSV(B) 303.07º 0.69% 0.78% -
XYZ 34.36 19.1 51.17 -
YUV 116.78 169.89 185.93 -
System Red Green Blue C M Y K H S L
Decimal 198 61 191 0 0.69 0.04 0.22 303.07 0.55 0.51
Hex C6 3D BF 0 45 4 16 12F 37 33
Octal 306 75 277 0 105 4 26 457 67 63
Binary 11000110 111101 10111111 0 1000101 100 10110 100101111 110111 110011

Color Harmonies of #C63DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63DBF

Black with #C63DBF

Text Example


Text Example

White with #C63DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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