Html Css Color HEX #C34CBB Fuchsia

📋 copy color: '#C34CBB'

red 195 ◦ green 76 ◦ blue 187

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

Shades of Fuchsia #C34CBB

Tints of Fuchsia #C34CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.83%

R = 42.58%
G = 16.59%
B = 40.83%

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

#C34CBB (or 0xC34CBB) is known color: Fuchsia. HEX triplet: C3, 4C and BB. RGB value is (195,76,187). Sum of RGB (Red+Green+Blue) = 195+76+187=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CBB is #3CB344. Grayscale: #7B7B7B. Windows color (decimal): -3978053 or 12274883. OLE color: 12274883.

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

Color convert

RGB 195 76 187 -
CMYK 0 0.61 0.04 0.24
HSL 304.03º 0.5% 0.53% -
HSV(B) 304.03º 0.61% 0.76% -
XYZ 34.06 20.36 49.15 -
YUV 124.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 195 76 187 0 0.61 0.04 0.24 304.03 0.5 0.53
Hex C3 4C BB 0 3D 4 18 130 32 35
Octal 303 114 273 0 75 4 30 460 62 65
Binary 11000011 1001100 10111011 0 111101 100 11000 100110000 110010 110101

Color Harmonies of #C34CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CBB

Black with #C34CBB

Text Example


Text Example

White with #C34CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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