Html Css Color HEX #C640B7 Fuchsia

📋 copy color: '#C640B7'

red 198 ◦ green 64 ◦ blue 183

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

Shades of Fuchsia #C640B7

Tints of Fuchsia #C640B7

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.38%

 BLUE value IS 183 (71.88% from 255) = 41.12%

R = 44.49%
G = 14.38%
B = 41.12%

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

#C640B7 (or 0xC640B7) is known color: Fuchsia. HEX triplet: C6, 40 and B7. RGB value is (198,64,183). Sum of RGB (Red+Green+Blue) = 198+64+183=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C640B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C640B7 is #39BF48. Grayscale: #757575. Windows color (decimal): -3784521 or 12009670. OLE color: 12009670.

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

Color convert

RGB 198 64 183 -
CMYK 0 0.68 0.08 0.22
HSL 306.72º 0.54% 0.51% -
HSV(B) 306.72º 0.68% 0.78% -
XYZ 33.67 19.09 46.71 -
YUV 117.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 198 64 183 0 0.68 0.08 0.22 306.72 0.54 0.51
Hex C6 40 B7 0 44 8 16 133 36 33
Octal 306 100 267 0 104 10 26 463 66 63
Binary 11000110 1000000 10110111 0 1000100 1000 10110 100110011 110110 110011

Color Harmonies of #C640B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C640B7

Black with #C640B7

Text Example


Text Example

White with #C640B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C640B7; }

 p { color: rgb(198,64,183); }

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

background-color css

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

 a { background-color: rgb(198,64,183); }

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

border-color css

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

 span { border-color: rgb(198,64,183); }

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