Html Css Color HEX #C34BC4 Fuchsia

📋 copy color: '#C34BC4'

red 195 ◦ green 75 ◦ blue 196

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

Shades of Fuchsia #C34BC4

Tints of Fuchsia #C34BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.06%

R = 41.85%
G = 16.09%
B = 42.06%

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

#C34BC4 (or 0xC34BC4) is known color: Fuchsia. HEX triplet: C3, 4B and C4. RGB value is (195,75,196). Sum of RGB (Red+Green+Blue) = 195+75+196=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 196 - color contains mainly: blue. Hex color #C34BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34BC4 is #3CB43B. Grayscale: #7C7C7C. Windows color (decimal): -3978300 or 12864451. OLE color: 12864451.

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

Color convert

RGB 195 75 196 -
CMYK 0.01 0.62 0 0.23
HSL 299.5º 0.51% 0.53% -
HSV(B) 299.5º 0.62% 0.77% -
XYZ 34.99 20.62 54.36 -
YUV 124.67 168.26 178.16 -
System Red Green Blue C M Y K H S L
Decimal 195 75 196 0.01 0.62 0 0.23 299.5 0.51 0.53
Hex C3 4B C4 1 3E 0 17 12C 33 35
Octal 303 113 304 1 76 0 27 454 63 65
Binary 11000011 1001011 11000100 1 111110 0 10111 100101100 110011 110101

Color Harmonies of #C34BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34BC4

Black with #C34BC4

Text Example


Text Example

White with #C34BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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