Html Css Color HEX #C64DBE Fuchsia

📋 copy color: '#C64DBE'

red 198 ◦ green 77 ◦ blue 190

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

Shades of Fuchsia #C64DBE

Tints of Fuchsia #C64DBE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.56%

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

R = 42.58%
G = 16.56%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C64DBE (or 0xC64DBE) is known color: Fuchsia. HEX triplet: C6, 4D and BE. RGB value is (198,77,190). Sum of RGB (Red+Green+Blue) = 198+77+190=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C64DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DBE is #39B241. Grayscale: #7D7D7D. Windows color (decimal): -3781186 or 12471750. OLE color: 12471750.

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

Color convert

RGB 198 77 190 -
CMYK 0 0.61 0.04 0.22
HSL 303.97º 0.51% 0.54% -
HSV(B) 303.97º 0.61% 0.78% -
XYZ 35.24 21.03 50.92 -
YUV 126.06 164.09 179.31 -
System Red Green Blue C M Y K H S L
Decimal 198 77 190 0 0.61 0.04 0.22 303.97 0.51 0.54
Hex C6 4D BE 0 3D 4 16 130 33 36
Octal 306 115 276 0 75 4 26 460 63 66
Binary 11000110 1001101 10111110 0 111101 100 10110 100110000 110011 110110

Color Harmonies of #C64DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64DBE

Black with #C64DBE

Text Example


Text Example

White with #C64DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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