Html Css Color HEX #C334BB Fuchsia

📋 copy color: '#C334BB'

red 195 ◦ green 52 ◦ blue 187

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

Shades of Fuchsia #C334BB

Tints of Fuchsia #C334BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 44.93%
G = 11.98%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C334BB (or 0xC334BB) is known color: Fuchsia. HEX triplet: C3, 34 and BB. RGB value is (195,52,187). Sum of RGB (Red+Green+Blue) = 195+52+187=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C334BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334BB is #3CCB44. Grayscale: #6D6D6D. Windows color (decimal): -3984197 or 12268739. OLE color: 12268739.

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

Color convert

RGB 195 52 187 -
CMYK 0 0.73 0.04 0.24
HSL 303.36º 0.58% 0.48% -
HSV(B) 303.36º 0.73% 0.76% -
XYZ 32.7 17.65 48.7 -
YUV 110.15 171.38 188.52 -
System Red Green Blue C M Y K H S L
Decimal 195 52 187 0 0.73 0.04 0.24 303.36 0.58 0.48
Hex C3 34 BB 0 49 4 18 12F 3A 30
Octal 303 64 273 0 111 4 30 457 72 60
Binary 11000011 110100 10111011 0 1001001 100 11000 100101111 111010 110000

Color Harmonies of #C334BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C334BB

Black with #C334BB

Text Example


Text Example

White with #C334BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C334BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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