Html Css Color HEX #C65ABF Fuchsia

📋 copy color: '#C65ABF'

red 198 ◦ green 90 ◦ blue 191

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

Shades of Fuchsia #C65ABF

Tints of Fuchsia #C65ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.79%

 BLUE value IS 191 (75% from 255) = 39.87%

R = 41.34%
G = 18.79%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C65ABF (or 0xC65ABF) is known color: Fuchsia. HEX triplet: C6, 5A and BF. RGB value is (198,90,191). Sum of RGB (Red+Green+Blue) = 198+90+191=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C65ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65ABF is #39A540. Grayscale: #858585. Windows color (decimal): -3777857 or 12540614. OLE color: 12540614.

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

Color convert

RGB 198 90 191 -
CMYK 0 0.55 0.04 0.22
HSL 303.89º 0.49% 0.56% -
HSV(B) 303.89º 0.55% 0.78% -
XYZ 36.35 23.08 51.83 -
YUV 133.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 198 90 191 0 0.55 0.04 0.22 303.89 0.49 0.56
Hex C6 5A BF 0 37 4 16 130 31 38
Octal 306 132 277 0 67 4 26 460 61 70
Binary 11000110 1011010 10111111 0 110111 100 10110 100110000 110001 111000

Color Harmonies of #C65ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65ABF

Black with #C65ABF

Text Example


Text Example

White with #C65ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65ABF; }

 p { color: rgb(198,90,191); }

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

background-color css

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

 a { background-color: rgb(198,90,191); }

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

border-color css

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

 span { border-color: rgb(198,90,191); }

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