Html Css Color HEX #C34ABF Fuchsia

📋 copy color: '#C34ABF'

red 195 ◦ green 74 ◦ blue 191

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

Shades of Fuchsia #C34ABF

Tints of Fuchsia #C34ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.09%

 BLUE value IS 191 (75% from 255) = 41.52%

R = 42.39%
G = 16.09%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C34ABF (or 0xC34ABF) is known color: Fuchsia. HEX triplet: C3, 4A and BF. RGB value is (195,74,191). Sum of RGB (Red+Green+Blue) = 195+74+191=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C34ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34ABF is #3CB540. Grayscale: #7B7B7B. Windows color (decimal): -3978561 or 12536515. OLE color: 12536515.

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

Color convert

RGB 195 74 191 -
CMYK 0 0.62 0.02 0.24
HSL 301.98º 0.5% 0.53% -
HSV(B) 301.98º 0.62% 0.76% -
XYZ 34.36 20.26 51.39 -
YUV 123.52 166.09 178.99 -
System Red Green Blue C M Y K H S L
Decimal 195 74 191 0 0.62 0.02 0.24 301.98 0.5 0.53
Hex C3 4A BF 0 3E 2 18 12E 32 35
Octal 303 112 277 0 76 2 30 456 62 65
Binary 11000011 1001010 10111111 0 111110 10 11000 100101110 110010 110101

Color Harmonies of #C34ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34ABF

Black with #C34ABF

Text Example


Text Example

White with #C34ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34ABF; }

 p { color: rgb(195,74,191); }

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

background-color css

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

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

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

border-color css

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

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

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