Html Css Color HEX #C670BA Fuchsia

📋 copy color: '#C670BA'

red 198 ◦ green 112 ◦ blue 186

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

Shades of Fuchsia #C670BA

Tints of Fuchsia #C670BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.58%

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

R = 39.92%
G = 22.58%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C670BA (or 0xC670BA) is known color: Fuchsia. HEX triplet: C6, 70 and BA. RGB value is (198,112,186). Sum of RGB (Red+Green+Blue) = 198+112+186=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 198 - color contains mainly: red. Hex color #C670BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670BA is #398F45. Grayscale: #919191. Windows color (decimal): -3772230 or 12218566. OLE color: 12218566.

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

Color convert

RGB 198 112 186 -
CMYK 0 0.43 0.06 0.22
HSL 308.37º 0.43% 0.61% -
HSV(B) 308.37º 0.43% 0.78% -
XYZ 37.95 27.14 49.69 -
YUV 146.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 198 112 186 0 0.43 0.06 0.22 308.37 0.43 0.61
Hex C6 70 BA 0 2B 6 16 134 2B 3D
Octal 306 160 272 0 53 6 26 464 53 75
Binary 11000110 1110000 10111010 0 101011 110 10110 100110100 101011 111101

Color Harmonies of #C670BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670BA

Black with #C670BA

Text Example


Text Example

White with #C670BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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