Html Css Color HEX #C452BE Fuchsia

📋 copy color: '#C452BE'

red 196 ◦ green 82 ◦ blue 190

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

Shades of Fuchsia #C452BE

Tints of Fuchsia #C452BE

RGB

 RED value IS 196 (76.95% from 255) = 41.88%

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

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 41.88%
G = 17.52%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C452BE (or 0xC452BE) is known color: Fuchsia. HEX triplet: C4, 52 and BE. RGB value is (196,82,190). Sum of RGB (Red+Green+Blue) = 196+82+190=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C452BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452BE is #3BAD41. Grayscale: #808080. Windows color (decimal): -3910978 or 12473028. OLE color: 12473028.

HSL color Cylindrical-coordinate representation of color #C452BE: hue angle of 303.16º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C452BE is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 82 190 -
CMYK 0 0.58 0.03 0.23
HSL 303.16º 0.49% 0.55% -
HSV(B) 303.16º 0.58% 0.77% -
XYZ 35.08 21.49 51.01 -
YUV 128.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 196 82 190 0 0.58 0.03 0.23 303.16 0.49 0.55
Hex C4 52 BE 0 3A 3 17 12F 31 37
Octal 304 122 276 0 72 3 27 457 61 67
Binary 11000100 1010010 10111110 0 111010 11 10111 100101111 110001 110111

Color Harmonies of #C452BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C452BE

Black with #C452BE

Text Example


Text Example

White with #C452BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C452BE; }

 p { color: rgb(196,82,190); }

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

background-color css

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

 a { background-color: rgb(196,82,190); }

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

border-color css

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

 span { border-color: rgb(196,82,190); }

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