Html Css Color HEX #C342B4 Fuchsia

📋 copy color: '#C342B4'

red 195 ◦ green 66 ◦ blue 180

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

Shades of Fuchsia #C342B4

Tints of Fuchsia #C342B4

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.97%

 BLUE value IS 180 (70.7% from 255) = 40.82%

R = 44.22%
G = 14.97%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C342B4 (or 0xC342B4) is known color: Fuchsia. HEX triplet: C3, 42 and B4. RGB value is (195,66,180). Sum of RGB (Red+Green+Blue) = 195+66+180=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C342B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342B4 is #3CBD4B. Grayscale: #757575. Windows color (decimal): -3980620 or 11813571. OLE color: 11813571.

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

Color convert

RGB 195 66 180 -
CMYK 0 0.66 0.08 0.24
HSL 306.98º 0.52% 0.51% -
HSV(B) 306.98º 0.66% 0.76% -
XYZ 32.69 18.79 45.08 -
YUV 117.57 163.24 183.23 -
System Red Green Blue C M Y K H S L
Decimal 195 66 180 0 0.66 0.08 0.24 306.98 0.52 0.51
Hex C3 42 B4 0 42 8 18 133 34 33
Octal 303 102 264 0 102 10 30 463 64 63
Binary 11000011 1000010 10110100 0 1000010 1000 11000 100110011 110100 110011

Color Harmonies of #C342B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C342B4

Black with #C342B4

Text Example


Text Example

White with #C342B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C342B4; }

 p { color: rgb(195,66,180); }

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

background-color css

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

 a { background-color: rgb(195,66,180); }

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

border-color css

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

 span { border-color: rgb(195,66,180); }

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