Html Css Color HEX #C434BE Fuchsia

📋 copy color: '#C434BE'

red 196 ◦ green 52 ◦ blue 190

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

Shades of Fuchsia #C434BE

Tints of Fuchsia #C434BE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.87%

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

R = 44.75%
G = 11.87%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C434BE (or 0xC434BE) is known color: Fuchsia. HEX triplet: C4, 34 and BE. RGB value is (196,52,190). Sum of RGB (Red+Green+Blue) = 196+52+190=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C434BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434BE is #3BCB41. Grayscale: #6E6E6E. Windows color (decimal): -3918658 or 12465348. OLE color: 12465348.

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

Color convert

RGB 196 52 190 -
CMYK 0 0.73 0.03 0.23
HSL 302.5º 0.58% 0.49% -
HSV(B) 302.5º 0.73% 0.77% -
XYZ 33.29 17.91 50.42 -
YUV 110.79 172.71 188.78 -
System Red Green Blue C M Y K H S L
Decimal 196 52 190 0 0.73 0.03 0.23 302.5 0.58 0.49
Hex C4 34 BE 0 49 3 17 12E 3A 31
Octal 304 64 276 0 111 3 27 456 72 61
Binary 11000100 110100 10111110 0 1001001 11 10111 100101110 111010 110001

Color Harmonies of #C434BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C434BE

Black with #C434BE

Text Example


Text Example

White with #C434BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C434BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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