Html Css Color HEX #C252B9 Fuchsia

📋 copy color: '#C252B9'

red 194 ◦ green 82 ◦ blue 185

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

Shades of Fuchsia #C252B9

Tints of Fuchsia #C252B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 42.08%
G = 17.79%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C252B9 (or 0xC252B9) is known color: Fuchsia. HEX triplet: C2, 52 and B9. RGB value is (194,82,185). Sum of RGB (Red+Green+Blue) = 194+82+185=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C252B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252B9 is #3DAD46. Grayscale: #7E7E7E. Windows color (decimal): -4042055 or 12145346. OLE color: 12145346.

HSL color Cylindrical-coordinate representation of color #C252B9: hue angle of 304.82º 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 #C252B9 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 82 185 -
CMYK 0 0.58 0.05 0.24
HSL 304.82º 0.48% 0.54% -
HSV(B) 304.82º 0.58% 0.76% -
XYZ 34.02 21.01 48.16 -
YUV 127.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 194 82 185 0 0.58 0.05 0.24 304.82 0.48 0.54
Hex C2 52 B9 0 3A 5 18 131 30 36
Octal 302 122 271 0 72 5 30 461 60 66
Binary 11000010 1010010 10111001 0 111010 101 11000 100110001 110000 110110

Color Harmonies of #C252B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C252B9

Black with #C252B9

Text Example


Text Example

White with #C252B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C252B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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