Html Css Color HEX #C252AF Fuchsia

📋 copy color: '#C252AF'

red 194 ◦ green 82 ◦ blue 175

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

Shades of Fuchsia #C252AF

Tints of Fuchsia #C252AF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.18%

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

R = 43.02%
G = 18.18%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C252AF (or 0xC252AF) is known color: Fuchsia. HEX triplet: C2, 52 and AF. RGB value is (194,82,175). Sum of RGB (Red+Green+Blue) = 194+82+175=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C252AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C252AF is #3DAD50. Grayscale: #7D7D7D. Windows color (decimal): -4042065 or 11489986. OLE color: 11489986.

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

Color convert

RGB 194 82 175 -
CMYK 0 0.58 0.10 0.24
HSL 310.18º 0.48% 0.54% -
HSV(B) 310.18º 0.58% 0.76% -
XYZ 33 20.6 42.79 -
YUV 126.09 155.61 176.44 -
System Red Green Blue C M Y K H S L
Decimal 194 82 175 0 0.58 0.10 0.24 310.18 0.48 0.54
Hex C2 52 AF 0 3A A 18 136 30 36
Octal 302 122 257 0 72 12 30 466 60 66
Binary 11000010 1010010 10101111 0 111010 1010 11000 100110110 110000 110110

Color Harmonies of #C252AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C252AF

Black with #C252AF

Text Example


Text Example

White with #C252AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C252AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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