Html Css Color HEX #C838AF Fuchsia

📋 copy color: '#C838AF'

red 200 ◦ green 56 ◦ blue 175

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

Shades of Fuchsia #C838AF

Tints of Fuchsia #C838AF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.99%

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

R = 46.4%
G = 12.99%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C838AF (or 0xC838AF) is known color: Fuchsia. HEX triplet: C8, 38 and AF. RGB value is (200,56,175). Sum of RGB (Red+Green+Blue) = 200+56+175=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C838AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C838AF is #37C750. Grayscale: #707070. Windows color (decimal): -3655505 or 11483336. OLE color: 11483336.

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

Color convert

RGB 200 56 175 -
CMYK 0 0.72 0.12 0.22
HSL 310.42º 0.57% 0.5% -
HSV(B) 310.42º 0.72% 0.78% -
XYZ 32.97 18.2 42.33 -
YUV 112.62 163.21 190.32 -
System Red Green Blue C M Y K H S L
Decimal 200 56 175 0 0.72 0.12 0.22 310.42 0.57 0.5
Hex C8 38 AF 0 48 C 16 136 39 32
Octal 310 70 257 0 110 14 26 466 71 62
Binary 11001000 111000 10101111 0 1001000 1100 10110 100110110 111001 110010

Color Harmonies of #C838AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C838AF

Black with #C838AF

Text Example


Text Example

White with #C838AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C838AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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