Html Css Color HEX #C34BC5 Fuchsia

📋 copy color: '#C34BC5'

red 195 ◦ green 75 ◦ blue 197

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

Shades of Fuchsia #C34BC5

Tints of Fuchsia #C34BC5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.06%

 BLUE value IS 197 (77.34% from 255) = 42.18%

R = 41.76%
G = 16.06%
B = 42.18%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C34BC5 (or 0xC34BC5) is known color: Fuchsia. HEX triplet: C3, 4B and C5. RGB value is (195,75,197). Sum of RGB (Red+Green+Blue) = 195+75+197=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 197 - color contains mainly: blue. Hex color #C34BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34BC5 is #3CB43A. Grayscale: #7C7C7C. Windows color (decimal): -3978299 or 12929987. OLE color: 12929987.

HSL color Cylindrical-coordinate representation of color #C34BC5: hue angle of 299.02º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34BC5 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 195 75 197 -
CMYK 0.01 0.62 0 0.23
HSL 299.02º 0.51% 0.53% -
HSV(B) 299.02º 0.62% 0.77% -
XYZ 35.1 20.67 54.96 -
YUV 124.79 168.76 178.08 -
System Red Green Blue C M Y K H S L
Decimal 195 75 197 0.01 0.62 0 0.23 299.02 0.51 0.53
Hex C3 4B C5 1 3E 0 17 12B 33 35
Octal 303 113 305 1 76 0 27 453 63 65
Binary 11000011 1001011 11000101 1 111110 0 10111 100101011 110011 110101

Color Harmonies of #C34BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34BC5

Black with #C34BC5

Text Example


Text Example

White with #C34BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34BC5; }

 p { color: rgb(195,75,197); }

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

background-color css

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

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

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

border-color css

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

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

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