Html Css Color HEX #C452BF Fuchsia

📋 copy color: '#C452BF'

red 196 ◦ green 82 ◦ blue 191

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

Shades of Fuchsia #C452BF

Tints of Fuchsia #C452BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.72%

R = 41.79%
G = 17.48%
B = 40.72%

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

#C452BF (or 0xC452BF) is known color: Fuchsia. HEX triplet: C4, 52 and BF. RGB value is (196,82,191). Sum of RGB (Red+Green+Blue) = 196+82+191=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C452BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452BF is #3BAD40. Grayscale: #808080. Windows color (decimal): -3910977 or 12538564. OLE color: 12538564.

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

Color convert

RGB 196 82 191 -
CMYK 0 0.58 0.03 0.23
HSL 302.63º 0.49% 0.55% -
HSV(B) 302.63º 0.58% 0.77% -
XYZ 35.19 21.53 51.59 -
YUV 128.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 196 82 191 0 0.58 0.03 0.23 302.63 0.49 0.55
Hex C4 52 BF 0 3A 3 17 12F 31 37
Octal 304 122 277 0 72 3 27 457 61 67
Binary 11000100 1010010 10111111 0 111010 11 10111 100101111 110001 110111

Color Harmonies of #C452BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C452BF

Black with #C452BF

Text Example


Text Example

White with #C452BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C452BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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