Html Css Color HEX #C237AF Fuchsia

📋 copy color: '#C237AF'

red 194 ◦ green 55 ◦ blue 175

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

Shades of Fuchsia #C237AF

Tints of Fuchsia #C237AF

RGB

 RED value IS 194 (76.17% from 255) = 45.75%

 GREEN value IS 55 (21.88% from 255) = 12.97%

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

R = 45.75%
G = 12.97%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C237AF (or 0xC237AF) is known color: Fuchsia. HEX triplet: C2, 37 and AF. RGB value is (194,55,175). Sum of RGB (Red+Green+Blue) = 194+55+175=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C237AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C237AF is #3DC850. Grayscale: #6D6D6D. Windows color (decimal): -4048977 or 11483074. OLE color: 11483074.

HSL color Cylindrical-coordinate representation of color #C237AF: hue angle of 308.2º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C237AF is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 55 175 -
CMYK 0 0.72 0.10 0.24
HSL 308.2º 0.56% 0.49% -
HSV(B) 308.2º 0.72% 0.76% -
XYZ 31.35 17.3 42.24 -
YUV 110.24 164.55 187.74 -
System Red Green Blue C M Y K H S L
Decimal 194 55 175 0 0.72 0.10 0.24 308.2 0.56 0.49
Hex C2 37 AF 0 48 A 18 134 38 31
Octal 302 67 257 0 110 12 30 464 70 61
Binary 11000010 110111 10101111 0 1001000 1010 11000 100110100 111000 110001

Color Harmonies of #C237AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C237AF

Black with #C237AF

Text Example


Text Example

White with #C237AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C237AF; }

 p { color: rgb(194,55,175); }

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

background-color css

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

 a { background-color: rgb(194,55,175); }

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

border-color css

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

 span { border-color: rgb(194,55,175); }

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