Html Css Color HEX #C34ACB Fuchsia

📋 copy color: '#C34ACB'

red 195 ◦ green 74 ◦ blue 203

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

Shades of Fuchsia #C34ACB

Tints of Fuchsia #C34ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 41.31%
G = 15.68%
B = 43.01%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C34ACB (or 0xC34ACB) is known color: Fuchsia. HEX triplet: C3, 4A and CB. RGB value is (195,74,203). Sum of RGB (Red+Green+Blue) = 195+74+203=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #C34ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34ACB is #3CB534. Grayscale: #7C7C7C. Windows color (decimal): -3978549 or 13322947. OLE color: 13322947.

HSL color Cylindrical-coordinate representation of color #C34ACB: hue angle of 296.28º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34ACB is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 74 203 -
CMYK 0.04 0.64 0 0.20
HSL 296.28º 0.55% 0.54% -
HSV(B) 296.28º 0.64% 0.8% -
XYZ 35.73 20.81 58.63 -
YUV 124.89 172.09 178.01 -
System Red Green Blue C M Y K H S L
Decimal 195 74 203 0.04 0.64 0 0.20 296.28 0.55 0.54
Hex C3 4A CB 4 40 0 14 128 37 36
Octal 303 112 313 4 100 0 24 450 67 66
Binary 11000011 1001010 11001011 100 1000000 0 10100 100101000 110111 110110

Color Harmonies of #C34ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34ACB

Black with #C34ACB

Text Example


Text Example

White with #C34ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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