Html Css Color HEX #C65BAF Fuchsia

📋 copy color: '#C65BAF'

red 198 ◦ green 91 ◦ blue 175

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

Shades of Fuchsia #C65BAF

Tints of Fuchsia #C65BAF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.61%

 BLUE value IS 175 (68.75% from 255) = 37.72%

R = 42.67%
G = 19.61%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C65BAF (or 0xC65BAF) is known color: Fuchsia. HEX triplet: C6, 5B and AF. RGB value is (198,91,175). Sum of RGB (Red+Green+Blue) = 198+91+175=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C65BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65BAF is #39A450. Grayscale: #848484. Windows color (decimal): -3777617 or 11492294. OLE color: 11492294.

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

Color convert

RGB 198 91 175 -
CMYK 0 0.54 0.12 0.22
HSL 312.9º 0.48% 0.57% -
HSV(B) 312.9º 0.54% 0.78% -
XYZ 34.77 22.58 43.08 -
YUV 132.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 198 91 175 0 0.54 0.12 0.22 312.9 0.48 0.57
Hex C6 5B AF 0 36 C 16 139 30 39
Octal 306 133 257 0 66 14 26 471 60 71
Binary 11000110 1011011 10101111 0 110110 1100 10110 100111001 110000 111001

Color Harmonies of #C65BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65BAF

Black with #C65BAF

Text Example


Text Example

White with #C65BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65BAF; }

 p { color: rgb(198,91,175); }

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

background-color css

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

 a { background-color: rgb(198,91,175); }

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

border-color css

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

 span { border-color: rgb(198,91,175); }

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