Html Css Color HEX #C334BF Fuchsia

📋 copy color: '#C334BF'

red 195 ◦ green 52 ◦ blue 191

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

Shades of Fuchsia #C334BF

Tints of Fuchsia #C334BF

RGB

 RED value IS 195 (76.56% from 255) = 44.52%

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

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

R = 44.52%
G = 11.87%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C334BF (or 0xC334BF) is known color: Fuchsia. HEX triplet: C3, 34 and BF. RGB value is (195,52,191). Sum of RGB (Red+Green+Blue) = 195+52+191=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C334BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334BF is #3CCB40. Grayscale: #6E6E6E. Windows color (decimal): -3984193 or 12530883. OLE color: 12530883.

HSL color Cylindrical-coordinate representation of color #C334BF: hue angle of 301.68º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C334BF is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 52 191 -
CMYK 0 0.73 0.02 0.24
HSL 301.68º 0.58% 0.48% -
HSV(B) 301.68º 0.73% 0.76% -
XYZ 33.14 17.82 50.98 -
YUV 110.6 173.38 188.2 -
System Red Green Blue C M Y K H S L
Decimal 195 52 191 0 0.73 0.02 0.24 301.68 0.58 0.48
Hex C3 34 BF 0 49 2 18 12E 3A 30
Octal 303 64 277 0 111 2 30 456 72 60
Binary 11000011 110100 10111111 0 1001001 10 11000 100101110 111010 110000

Color Harmonies of #C334BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C334BF

Black with #C334BF

Text Example


Text Example

White with #C334BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C334BF; }

 p { color: rgb(195,52,191); }

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

background-color css

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

 a { background-color: rgb(195,52,191); }

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

border-color css

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

 span { border-color: rgb(195,52,191); }

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