Html Css Color HEX #C64BBE Fuchsia

📋 copy color: '#C64BBE'

red 198 ◦ green 75 ◦ blue 190

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

Shades of Fuchsia #C64BBE

Tints of Fuchsia #C64BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.2%

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

R = 42.76%
G = 16.2%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C64BBE (or 0xC64BBE) is known color: Fuchsia. HEX triplet: C6, 4B and BE. RGB value is (198,75,190). Sum of RGB (Red+Green+Blue) = 198+75+190=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BBE is #39B441. Grayscale: #7C7C7C. Windows color (decimal): -3781698 or 12471238. OLE color: 12471238.

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

Color convert

RGB 198 75 190 -
CMYK 0 0.62 0.04 0.22
HSL 303.9º 0.52% 0.54% -
HSV(B) 303.9º 0.62% 0.78% -
XYZ 35.1 20.76 50.87 -
YUV 124.89 164.75 180.15 -
System Red Green Blue C M Y K H S L
Decimal 198 75 190 0 0.62 0.04 0.22 303.9 0.52 0.54
Hex C6 4B BE 0 3E 4 16 130 34 36
Octal 306 113 276 0 76 4 26 460 64 66
Binary 11000110 1001011 10111110 0 111110 100 10110 100110000 110100 110110

Color Harmonies of #C64BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64BBE

Black with #C64BBE

Text Example


Text Example

White with #C64BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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