Html Css Color HEX #C334C4 Fuchsia

📋 copy color: '#C334C4'

red 195 ◦ green 52 ◦ blue 196

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

Shades of Fuchsia #C334C4

Tints of Fuchsia #C334C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.24%

R = 44.02%
G = 11.74%
B = 44.24%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C334C4 (or 0xC334C4) is known color: Fuchsia. HEX triplet: C3, 34 and C4. RGB value is (195,52,196). Sum of RGB (Red+Green+Blue) = 195+52+196=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 196 - color contains mainly: blue. Hex color #C334C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334C4 is #3CCB3B. Grayscale: #6E6E6E. Windows color (decimal): -3984188 or 12858563. OLE color: 12858563.

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

Color convert

RGB 195 52 196 -
CMYK 0.01 0.73 0 0.23
HSL 299.58º 0.58% 0.49% -
HSV(B) 299.58º 0.73% 0.77% -
XYZ 33.7 18.04 53.93 -
YUV 111.17 175.88 187.79 -
System Red Green Blue C M Y K H S L
Decimal 195 52 196 0.01 0.73 0 0.23 299.58 0.58 0.49
Hex C3 34 C4 1 49 0 17 12C 3A 31
Octal 303 64 304 1 111 0 27 454 72 61
Binary 11000011 110100 11000100 1 1001001 0 10111 100101100 111010 110001

Color Harmonies of #C334C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C334C4

Black with #C334C4

Text Example


Text Example

White with #C334C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C334C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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