Html Css Color HEX #C344BE Fuchsia

📋 copy color: '#C344BE'

red 195 ◦ green 68 ◦ blue 190

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

Shades of Fuchsia #C344BE

Tints of Fuchsia #C344BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.01%

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 43.05%
G = 15.01%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C344BE (or 0xC344BE) is known color: Fuchsia. HEX triplet: C3, 44 and BE. RGB value is (195,68,190). Sum of RGB (Red+Green+Blue) = 195+68+190=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C344BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344BE is #3CBB41. Grayscale: #777777. Windows color (decimal): -3980098 or 12469443. OLE color: 12469443.

HSL color Cylindrical-coordinate representation of color #C344BE: hue angle of 302.36º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C344BE is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 68 190 -
CMYK 0 0.65 0.03 0.24
HSL 302.36º 0.51% 0.52% -
HSV(B) 302.36º 0.65% 0.76% -
XYZ 33.87 19.45 50.69 -
YUV 119.88 167.58 181.58 -
System Red Green Blue C M Y K H S L
Decimal 195 68 190 0 0.65 0.03 0.24 302.36 0.51 0.52
Hex C3 44 BE 0 41 3 18 12E 33 34
Octal 303 104 276 0 101 3 30 456 63 64
Binary 11000011 1000100 10111110 0 1000001 11 11000 100101110 110011 110100

Color Harmonies of #C344BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C344BE

Black with #C344BE

Text Example


Text Example

White with #C344BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C344BE; }

 p { color: rgb(195,68,190); }

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

background-color css

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

 a { background-color: rgb(195,68,190); }

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

border-color css

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

 span { border-color: rgb(195,68,190); }

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