Html Css Color HEX #C34FCB Fuchsia

📋 copy color: '#C34FCB'

red 195 ◦ green 79 ◦ blue 203

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

Shades of Fuchsia #C34FCB

Tints of Fuchsia #C34FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.56%

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

R = 40.88%
G = 16.56%
B = 42.56%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C34FCB (or 0xC34FCB) is known color: Fuchsia. HEX triplet: C3, 4F and CB. RGB value is (195,79,203). Sum of RGB (Red+Green+Blue) = 195+79+203=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #C34FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34FCB is #3CB034. Grayscale: #7F7F7F. Windows color (decimal): -3977269 or 13324227. OLE color: 13324227.

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

Color convert

RGB 195 79 203 -
CMYK 0.04 0.61 0 0.20
HSL 296.13º 0.54% 0.55% -
HSV(B) 296.13º 0.61% 0.8% -
XYZ 36.08 21.51 58.75 -
YUV 127.82 170.43 175.92 -
System Red Green Blue C M Y K H S L
Decimal 195 79 203 0.04 0.61 0 0.20 296.13 0.54 0.55
Hex C3 4F CB 4 3D 0 14 128 36 37
Octal 303 117 313 4 75 0 24 450 66 67
Binary 11000011 1001111 11001011 100 111101 0 10100 100101000 110110 110111

Color Harmonies of #C34FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34FCB

Black with #C34FCB

Text Example


Text Example

White with #C34FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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