Html Css Color HEX #C63FB6 Fuchsia

📋 copy color: '#C63FB6'

red 198 ◦ green 63 ◦ blue 182

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

Shades of Fuchsia #C63FB6

Tints of Fuchsia #C63FB6

RGB

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

 GREEN value IS 63 (25% from 255) = 14.22%

 BLUE value IS 182 (71.48% from 255) = 41.08%

R = 44.7%
G = 14.22%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C63FB6 (or 0xC63FB6) is known color: Fuchsia. HEX triplet: C6, 3F and B6. RGB value is (198,63,182). Sum of RGB (Red+Green+Blue) = 198+63+182=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FB6 is #39C049. Grayscale: #747474. Windows color (decimal): -3784778 or 11943878. OLE color: 11943878.

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

Color convert

RGB 198 63 182 -
CMYK 0 0.68 0.08 0.22
HSL 307.11º 0.54% 0.51% -
HSV(B) 307.11º 0.68% 0.78% -
XYZ 33.51 18.94 46.15 -
YUV 116.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 198 63 182 0 0.68 0.08 0.22 307.11 0.54 0.51
Hex C6 3F B6 0 44 8 16 133 36 33
Octal 306 77 266 0 104 10 26 463 66 63
Binary 11000110 111111 10110110 0 1000100 1000 10110 100110011 110110 110011

Color Harmonies of #C63FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63FB6

Black with #C63FB6

Text Example


Text Example

White with #C63FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63FB6; }

 p { color: rgb(198,63,182); }

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

background-color css

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

 a { background-color: rgb(198,63,182); }

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

border-color css

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

 span { border-color: rgb(198,63,182); }

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