Html Css Color HEX #C65FBF Fuchsia

📋 copy color: '#C65FBF'

red 198 ◦ green 95 ◦ blue 191

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

Shades of Fuchsia #C65FBF

Tints of Fuchsia #C65FBF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.63%

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

R = 40.91%
G = 19.63%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C65FBF (or 0xC65FBF) is known color: Fuchsia. HEX triplet: C6, 5F and BF. RGB value is (198,95,191). Sum of RGB (Red+Green+Blue) = 198+95+191=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FBF is #39A040. Grayscale: #888888. Windows color (decimal): -3776577 or 12541894. OLE color: 12541894.

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

Color convert

RGB 198 95 191 -
CMYK 0 0.52 0.04 0.22
HSL 304.08º 0.47% 0.57% -
HSV(B) 304.08º 0.52% 0.78% -
XYZ 36.78 23.95 51.97 -
YUV 136.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 198 95 191 0 0.52 0.04 0.22 304.08 0.47 0.57
Hex C6 5F BF 0 34 4 16 130 2F 39
Octal 306 137 277 0 64 4 26 460 57 71
Binary 11000110 1011111 10111111 0 110100 100 10110 100110000 101111 111001

Color Harmonies of #C65FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65FBF

Black with #C65FBF

Text Example


Text Example

White with #C65FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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