Html Css Color HEX #C63DBE Fuchsia

📋 copy color: '#C63DBE'

red 198 ◦ green 61 ◦ blue 190

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

Shades of Fuchsia #C63DBE

Tints of Fuchsia #C63DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 44.1%
G = 13.59%
B = 42.32%

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

#C63DBE (or 0xC63DBE) is known color: Fuchsia. HEX triplet: C6, 3D and BE. RGB value is (198,61,190). Sum of RGB (Red+Green+Blue) = 198+61+190=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C63DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DBE is #39C241. Grayscale: #747474. Windows color (decimal): -3785282 or 12467654. OLE color: 12467654.

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

Color convert

RGB 198 61 190 -
CMYK 0 0.69 0.04 0.22
HSL 303.5º 0.55% 0.51% -
HSV(B) 303.5º 0.69% 0.78% -
XYZ 34.25 19.06 50.59 -
YUV 116.67 169.39 186.01 -
System Red Green Blue C M Y K H S L
Decimal 198 61 190 0 0.69 0.04 0.22 303.5 0.55 0.51
Hex C6 3D BE 0 45 4 16 130 37 33
Octal 306 75 276 0 105 4 26 460 67 63
Binary 11000110 111101 10111110 0 1000101 100 10110 100110000 110111 110011

Color Harmonies of #C63DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63DBE

Black with #C63DBE

Text Example


Text Example

White with #C63DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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