Html Css Color HEX #C34CBC Fuchsia

📋 copy color: '#C34CBC'

red 195 ◦ green 76 ◦ blue 188

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

Shades of Fuchsia #C34CBC

Tints of Fuchsia #C34CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.56%

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

R = 42.48%
G = 16.56%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C34CBC (or 0xC34CBC) is known color: Fuchsia. HEX triplet: C3, 4C and BC. RGB value is (195,76,188). Sum of RGB (Red+Green+Blue) = 195+76+188=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CBC is #3CB343. Grayscale: #7C7C7C. Windows color (decimal): -3978052 or 12340419. OLE color: 12340419.

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

Color convert

RGB 195 76 188 -
CMYK 0 0.61 0.04 0.24
HSL 303.53º 0.5% 0.53% -
HSV(B) 303.53º 0.61% 0.76% -
XYZ 34.17 20.4 49.71 -
YUV 124.35 163.92 178.39 -
System Red Green Blue C M Y K H S L
Decimal 195 76 188 0 0.61 0.04 0.24 303.53 0.5 0.53
Hex C3 4C BC 0 3D 4 18 130 32 35
Octal 303 114 274 0 75 4 30 460 62 65
Binary 11000011 1001100 10111100 0 111101 100 11000 100110000 110010 110101

Color Harmonies of #C34CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CBC

Black with #C34CBC

Text Example


Text Example

White with #C34CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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