Html Css Color HEX #C34FC5 Fuchsia

📋 copy color: '#C34FC5'

red 195 ◦ green 79 ◦ blue 197

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

Shades of Fuchsia #C34FC5

Tints of Fuchsia #C34FC5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.77%

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

R = 41.4%
G = 16.77%
B = 41.83%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C34FC5 (or 0xC34FC5) is known color: Fuchsia. HEX triplet: C3, 4F and C5. RGB value is (195,79,197). Sum of RGB (Red+Green+Blue) = 195+79+197=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #C34FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34FC5 is #3CB03A. Grayscale: #7E7E7E. Windows color (decimal): -3977275 or 12931011. OLE color: 12931011.

HSL color Cylindrical-coordinate representation of color #C34FC5: hue angle of 298.98º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34FC5 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 195 79 197 -
CMYK 0.01 0.60 0 0.23
HSL 298.98º 0.5% 0.54% -
HSV(B) 298.98º 0.6% 0.77% -
XYZ 35.38 21.23 55.06 -
YUV 127.14 167.43 176.41 -
System Red Green Blue C M Y K H S L
Decimal 195 79 197 0.01 0.60 0 0.23 298.98 0.5 0.54
Hex C3 4F C5 1 3C 0 17 12B 32 36
Octal 303 117 305 1 74 0 27 453 62 66
Binary 11000011 1001111 11000101 1 111100 0 10111 100101011 110010 110110

Color Harmonies of #C34FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34FC5

Black with #C34FC5

Text Example


Text Example

White with #C34FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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