Html Css Color HEX #C643BD Fuchsia

📋 copy color: '#C643BD'

red 198 ◦ green 67 ◦ blue 189

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

Shades of Fuchsia #C643BD

Tints of Fuchsia #C643BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.63%

R = 43.61%
G = 14.76%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C643BD (or 0xC643BD) is known color: Fuchsia. HEX triplet: C6, 43 and BD. RGB value is (198,67,189). Sum of RGB (Red+Green+Blue) = 198+67+189=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 67 (26.56% from 255 or 14.76% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C643BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C643BD is #39BC42. Grayscale: #777777. Windows color (decimal): -3783747 or 12403654. OLE color: 12403654.

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

Color convert

RGB 198 67 189 -
CMYK 0 0.66 0.05 0.22
HSL 304.12º 0.53% 0.52% -
HSV(B) 304.12º 0.66% 0.78% -
XYZ 34.48 19.69 50.13 -
YUV 120.08 166.9 183.58 -
System Red Green Blue C M Y K H S L
Decimal 198 67 189 0 0.66 0.05 0.22 304.12 0.53 0.52
Hex C6 43 BD 0 42 5 16 130 35 34
Octal 306 103 275 0 102 5 26 460 65 64
Binary 11000110 1000011 10111101 0 1000010 101 10110 100110000 110101 110100

Color Harmonies of #C643BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C643BD

Black with #C643BD

Text Example


Text Example

White with #C643BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C643BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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