Html Css Color HEX #C64FBE Fuchsia

📋 copy color: '#C64FBE'

red 198 ◦ green 79 ◦ blue 190

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

Shades of Fuchsia #C64FBE

Tints of Fuchsia #C64FBE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.92%

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

R = 42.4%
G = 16.92%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C64FBE (or 0xC64FBE) is known color: Fuchsia. HEX triplet: C6, 4F and BE. RGB value is (198,79,190). Sum of RGB (Red+Green+Blue) = 198+79+190=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C64FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FBE is #39B041. Grayscale: #7E7E7E. Windows color (decimal): -3780674 or 12472262. OLE color: 12472262.

HSL color Cylindrical-coordinate representation of color #C64FBE: hue angle of 304.03º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64FBE is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 79 190 -
CMYK 0 0.60 0.04 0.22
HSL 304.03º 0.51% 0.54% -
HSV(B) 304.03º 0.6% 0.78% -
XYZ 35.38 21.32 50.96 -
YUV 127.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 198 79 190 0 0.60 0.04 0.22 304.03 0.51 0.54
Hex C6 4F BE 0 3C 4 16 130 33 36
Octal 306 117 276 0 74 4 26 460 63 66
Binary 11000110 1001111 10111110 0 111100 100 10110 100110000 110011 110110

Color Harmonies of #C64FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FBE

Black with #C64FBE

Text Example


Text Example

White with #C64FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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