Html Css Color HEX #C841AF Fuchsia

📋 copy color: '#C841AF'

red 200 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #C841AF

Tints of Fuchsia #C841AF

RGB

 RED value IS 200 (78.52% from 255) = 45.45%

 GREEN value IS 65 (25.78% from 255) = 14.77%

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

R = 45.45%
G = 14.77%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C841AF (or 0xC841AF) is known color: Fuchsia. HEX triplet: C8, 41 and AF. RGB value is (200,65,175). Sum of RGB (Red+Green+Blue) = 200+65+175=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C841AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C841AF is #37BE50. Grayscale: #757575. Windows color (decimal): -3653201 or 11485640. OLE color: 11485640.

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

Color convert

RGB 200 65 175 -
CMYK 0 0.68 0.12 0.22
HSL 311.11º 0.55% 0.52% -
HSV(B) 311.11º 0.68% 0.78% -
XYZ 33.45 19.16 42.49 -
YUV 117.91 160.23 186.56 -
System Red Green Blue C M Y K H S L
Decimal 200 65 175 0 0.68 0.12 0.22 311.11 0.55 0.52
Hex C8 41 AF 0 44 C 16 137 37 34
Octal 310 101 257 0 104 14 26 467 67 64
Binary 11001000 1000001 10101111 0 1000100 1100 10110 100110111 110111 110100

Color Harmonies of #C841AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C841AF

Black with #C841AF

Text Example


Text Example

White with #C841AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C841AF; }

 p { color: rgb(200,65,175); }

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

background-color css

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

 a { background-color: rgb(200,65,175); }

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

border-color css

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

 span { border-color: rgb(200,65,175); }

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