Html Css Color HEX #C368BA Fuchsia

📋 copy color: '#C368BA'

red 195 ◦ green 104 ◦ blue 186

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

Shades of Fuchsia #C368BA

Tints of Fuchsia #C368BA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.44%

 BLUE value IS 186 (73.05% from 255) = 38.35%

R = 40.21%
G = 21.44%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C368BA (or 0xC368BA) is known color: Fuchsia. HEX triplet: C3, 68 and BA. RGB value is (195,104,186). Sum of RGB (Red+Green+Blue) = 195+104+186=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C368BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368BA is #3C9745. Grayscale: #8C8C8C. Windows color (decimal): -3970886 or 12216515. OLE color: 12216515.

HSL color Cylindrical-coordinate representation of color #C368BA: hue angle of 305.93º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C368BA is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 104 186 -
CMYK 0 0.47 0.05 0.24
HSL 305.93º 0.43% 0.59% -
HSV(B) 305.93º 0.47% 0.76% -
XYZ 36.32 25.05 49.37 -
YUV 140.56 153.65 166.83 -
System Red Green Blue C M Y K H S L
Decimal 195 104 186 0 0.47 0.05 0.24 305.93 0.43 0.59
Hex C3 68 BA 0 2F 5 18 132 2B 3B
Octal 303 150 272 0 57 5 30 462 53 73
Binary 11000011 1101000 10111010 0 101111 101 11000 100110010 101011 111011

Color Harmonies of #C368BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C368BA

Black with #C368BA

Text Example


Text Example

White with #C368BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C368BA; }

 p { color: rgb(195,104,186); }

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

background-color css

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

 a { background-color: rgb(195,104,186); }

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

border-color css

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

 span { border-color: rgb(195,104,186); }

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