Html Css Color HEX #C34CC3 Fuchsia

📋 copy color: '#C34CC3'

red 195 ◦ green 76 ◦ blue 195

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

Shades of Fuchsia #C34CC3

Tints of Fuchsia #C34CC3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.31%

 BLUE value IS 195 (76.56% from 255) = 41.85%

R = 41.85%
G = 16.31%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C34CC3 (or 0xC34CC3) is known color: Fuchsia. HEX triplet: C3, 4C and C3. RGB value is (195,76,195). Sum of RGB (Red+Green+Blue) = 195+76+195=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C34CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CC3 is #3CB33C. Grayscale: #7C7C7C. Windows color (decimal): -3978045 or 12799171. OLE color: 12799171.

HSL color Cylindrical-coordinate representation of color #C34CC3: hue angle of 300º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34CC3 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 76 195 -
CMYK 0 0.61 0 0.24
HSL 300º 0.5% 0.53% -
HSV(B) 300º 0.61% 0.76% -
XYZ 34.94 20.71 53.79 -
YUV 125.15 167.42 177.82 -
System Red Green Blue C M Y K H S L
Decimal 195 76 195 0 0.61 0 0.24 300 0.5 0.53
Hex C3 4C C3 0 3D 0 18 12C 32 35
Octal 303 114 303 0 75 0 30 454 62 65
Binary 11000011 1001100 11000011 0 111101 0 11000 100101100 110010 110101

Color Harmonies of #C34CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CC3

Black with #C34CC3

Text Example


Text Example

White with #C34CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CC3; }

 p { color: rgb(195,76,195); }

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

background-color css

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

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

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

border-color css

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

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

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