Html Css Color HEX #C63DBA Fuchsia

📋 copy color: '#C63DBA'

red 198 ◦ green 61 ◦ blue 186

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

Shades of Fuchsia #C63DBA

Tints of Fuchsia #C63DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.8%

R = 44.49%
G = 13.71%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C63DBA (or 0xC63DBA) is known color: Fuchsia. HEX triplet: C6, 3D and BA. RGB value is (198,61,186). Sum of RGB (Red+Green+Blue) = 198+61+186=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C63DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DBA is #39C245. Grayscale: #737373. Windows color (decimal): -3785286 or 12205510. OLE color: 12205510.

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

Color convert

RGB 198 61 186 -
CMYK 0 0.69 0.06 0.22
HSL 305.26º 0.55% 0.51% -
HSV(B) 305.26º 0.69% 0.78% -
XYZ 33.82 18.89 48.32 -
YUV 116.21 167.39 186.34 -
System Red Green Blue C M Y K H S L
Decimal 198 61 186 0 0.69 0.06 0.22 305.26 0.55 0.51
Hex C6 3D BA 0 45 6 16 131 37 33
Octal 306 75 272 0 105 6 26 461 67 63
Binary 11000110 111101 10111010 0 1000101 110 10110 100110001 110111 110011

Color Harmonies of #C63DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63DBA

Black with #C63DBA

Text Example


Text Example

White with #C63DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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