Html Css Color HEX #C670BE Fuchsia

📋 copy color: '#C670BE'

red 198 ◦ green 112 ◦ blue 190

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

Shades of Fuchsia #C670BE

Tints of Fuchsia #C670BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38%

R = 39.6%
G = 22.4%
B = 38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C670BE (or 0xC670BE) is known color: Fuchsia. HEX triplet: C6, 70 and BE. RGB value is (198,112,190). Sum of RGB (Red+Green+Blue) = 198+112+190=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 198 - color contains mainly: red. Hex color #C670BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670BE is #398F41. Grayscale: #929292. Windows color (decimal): -3772226 or 12480710. OLE color: 12480710.

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

Color convert

RGB 198 112 190 -
CMYK 0 0.43 0.04 0.22
HSL 305.58º 0.43% 0.61% -
HSV(B) 305.58º 0.43% 0.78% -
XYZ 38.38 27.31 51.96 -
YUV 146.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 198 112 190 0 0.43 0.04 0.22 305.58 0.43 0.61
Hex C6 70 BE 0 2B 4 16 132 2B 3D
Octal 306 160 276 0 53 4 26 462 53 75
Binary 11000110 1110000 10111110 0 101011 100 10110 100110010 101011 111101

Color Harmonies of #C670BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670BE

Black with #C670BE

Text Example


Text Example

White with #C670BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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