Html Css Color HEX #C65FAB Fuchsia

📋 copy color: '#C65FAB'

red 198 ◦ green 95 ◦ blue 171

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

Shades of Fuchsia #C65FAB

Tints of Fuchsia #C65FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.85%

R = 42.67%
G = 20.47%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C65FAB (or 0xC65FAB) is known color: Fuchsia. HEX triplet: C6, 5F and AB. RGB value is (198,95,171). Sum of RGB (Red+Green+Blue) = 198+95+171=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65FAB is #39A054. Grayscale: #868686. Windows color (decimal): -3776597 or 11231174. OLE color: 11231174.

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

Color convert

RGB 198 95 171 -
CMYK 0 0.52 0.14 0.22
HSL 315.73º 0.47% 0.57% -
HSV(B) 315.73º 0.52% 0.78% -
XYZ 34.73 23.13 41.16 -
YUV 134.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 198 95 171 0 0.52 0.14 0.22 315.73 0.47 0.57
Hex C6 5F AB 0 34 E 16 13C 2F 39
Octal 306 137 253 0 64 16 26 474 57 71
Binary 11000110 1011111 10101011 0 110100 1110 10110 100111100 101111 111001

Color Harmonies of #C65FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65FAB

Black with #C65FAB

Text Example


Text Example

White with #C65FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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