Html Css Color HEX #C252BB Fuchsia

📋 copy color: '#C252BB'

red 194 ◦ green 82 ◦ blue 187

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

Shades of Fuchsia #C252BB

Tints of Fuchsia #C252BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 41.9%
G = 17.71%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C252BB (or 0xC252BB) is known color: Fuchsia. HEX triplet: C2, 52 and BB. RGB value is (194,82,187). Sum of RGB (Red+Green+Blue) = 194+82+187=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C252BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252BB is #3DAD44. Grayscale: #7F7F7F. Windows color (decimal): -4042053 or 12276418. OLE color: 12276418.

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

Color convert

RGB 194 82 187 -
CMYK 0 0.58 0.04 0.24
HSL 303.75º 0.48% 0.54% -
HSV(B) 303.75º 0.58% 0.76% -
XYZ 34.24 21.09 49.28 -
YUV 127.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 194 82 187 0 0.58 0.04 0.24 303.75 0.48 0.54
Hex C2 52 BB 0 3A 4 18 130 30 36
Octal 302 122 273 0 72 4 30 460 60 66
Binary 11000010 1010010 10111011 0 111010 100 11000 100110000 110000 110110

Color Harmonies of #C252BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C252BB

Black with #C252BB

Text Example


Text Example

White with #C252BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C252BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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