Html Css Color HEX #C65CAF Fuchsia

📋 copy color: '#C65CAF'

red 198 ◦ green 92 ◦ blue 175

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

Shades of Fuchsia #C65CAF

Tints of Fuchsia #C65CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.78%

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

R = 42.58%
G = 19.78%
B = 37.63%

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

#C65CAF (or 0xC65CAF) is known color: Fuchsia. HEX triplet: C6, 5C and AF. RGB value is (198,92,175). Sum of RGB (Red+Green+Blue) = 198+92+175=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C65CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65CAF is #39A350. Grayscale: #848484. Windows color (decimal): -3777361 or 11492550. OLE color: 11492550.

HSL color Cylindrical-coordinate representation of color #C65CAF: hue angle of 313.02º 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 #C65CAF is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 92 175 -
CMYK 0 0.54 0.12 0.22
HSL 313.02º 0.48% 0.57% -
HSV(B) 313.02º 0.54% 0.78% -
XYZ 34.85 22.76 43.11 -
YUV 133.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 198 92 175 0 0.54 0.12 0.22 313.02 0.48 0.57
Hex C6 5C AF 0 36 C 16 139 30 39
Octal 306 134 257 0 66 14 26 471 60 71
Binary 11000110 1011100 10101111 0 110110 1100 10110 100111001 110000 111001

Color Harmonies of #C65CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65CAF

Black with #C65CAF

Text Example


Text Example

White with #C65CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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