Html Css Color HEX #C34ABC Fuchsia

📋 copy color: '#C34ABC'

red 195 ◦ green 74 ◦ blue 188

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

Shades of Fuchsia #C34ABC

Tints of Fuchsia #C34ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.14%

R = 42.67%
G = 16.19%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C34ABC (or 0xC34ABC) is known color: Fuchsia. HEX triplet: C3, 4A and BC. RGB value is (195,74,188). Sum of RGB (Red+Green+Blue) = 195+74+188=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C34ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34ABC is #3CB543. Grayscale: #7A7A7A. Windows color (decimal): -3978564 or 12339907. OLE color: 12339907.

HSL color Cylindrical-coordinate representation of color #C34ABC: hue angle of 303.47º 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 #C34ABC is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 74 188 -
CMYK 0 0.62 0.04 0.24
HSL 303.47º 0.5% 0.53% -
HSV(B) 303.47º 0.62% 0.76% -
XYZ 34.03 20.13 49.67 -
YUV 123.18 164.59 179.23 -
System Red Green Blue C M Y K H S L
Decimal 195 74 188 0 0.62 0.04 0.24 303.47 0.5 0.53
Hex C3 4A BC 0 3E 4 18 12F 32 35
Octal 303 112 274 0 76 4 30 457 62 65
Binary 11000011 1001010 10111100 0 111110 100 11000 100101111 110010 110101

Color Harmonies of #C34ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34ABC

Black with #C34ABC

Text Example


Text Example

White with #C34ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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