Html Css Color HEX #C643BA Fuchsia

📋 copy color: '#C643BA'

red 198 ◦ green 67 ◦ blue 186

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

Shades of Fuchsia #C643BA

Tints of Fuchsia #C643BA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.86%

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

R = 43.9%
G = 14.86%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C643BA (or 0xC643BA) is known color: Fuchsia. HEX triplet: C6, 43 and BA. RGB value is (198,67,186). Sum of RGB (Red+Green+Blue) = 198+67+186=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C643BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C643BA is #39BC45. Grayscale: #777777. Windows color (decimal): -3783750 or 12207046. OLE color: 12207046.

HSL color Cylindrical-coordinate representation of color #C643BA: hue angle of 305.5º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C643BA is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 67 186 -
CMYK 0 0.66 0.06 0.22
HSL 305.5º 0.53% 0.52% -
HSV(B) 305.5º 0.66% 0.78% -
XYZ 34.16 19.57 48.43 -
YUV 119.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 198 67 186 0 0.66 0.06 0.22 305.5 0.53 0.52
Hex C6 43 BA 0 42 6 16 131 35 34
Octal 306 103 272 0 102 6 26 461 65 64
Binary 11000110 1000011 10111010 0 1000010 110 10110 100110001 110101 110100

Color Harmonies of #C643BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C643BA

Black with #C643BA

Text Example


Text Example

White with #C643BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C643BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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