Html Css Color HEX #C452BD Fuchsia

📋 copy color: '#C452BD'

red 196 ◦ green 82 ◦ blue 189

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

Shades of Fuchsia #C452BD

Tints of Fuchsia #C452BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 41.97%
G = 17.56%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C452BD (or 0xC452BD) is known color: Fuchsia. HEX triplet: C4, 52 and BD. RGB value is (196,82,189). Sum of RGB (Red+Green+Blue) = 196+82+189=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C452BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452BD is #3BAD42. Grayscale: #7F7F7F. Windows color (decimal): -3910979 or 12407492. OLE color: 12407492.

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

Color convert

RGB 196 82 189 -
CMYK 0 0.58 0.04 0.23
HSL 303.68º 0.49% 0.55% -
HSV(B) 303.68º 0.58% 0.77% -
XYZ 34.97 21.44 50.44 -
YUV 128.28 162.27 176.3 -
System Red Green Blue C M Y K H S L
Decimal 196 82 189 0 0.58 0.04 0.23 303.68 0.49 0.55
Hex C4 52 BD 0 3A 4 17 130 31 37
Octal 304 122 275 0 72 4 27 460 61 67
Binary 11000100 1010010 10111101 0 111010 100 10111 100110000 110001 110111

Color Harmonies of #C452BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C452BD

Black with #C452BD

Text Example


Text Example

White with #C452BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C452BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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