Html Css Color HEX #C369BA Fuchsia

📋 copy color: '#C369BA'

red 195 ◦ green 105 ◦ blue 186

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

Shades of Fuchsia #C369BA

Tints of Fuchsia #C369BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.6%

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

R = 40.12%
G = 21.6%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C369BA (or 0xC369BA) is known color: Fuchsia. HEX triplet: C3, 69 and BA. RGB value is (195,105,186). Sum of RGB (Red+Green+Blue) = 195+105+186=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C369BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369BA is #3C9645. Grayscale: #8C8C8C. Windows color (decimal): -3970630 or 12216771. OLE color: 12216771.

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

Color convert

RGB 195 105 186 -
CMYK 0 0.46 0.05 0.24
HSL 306º 0.43% 0.59% -
HSV(B) 306º 0.46% 0.76% -
XYZ 36.42 25.25 49.41 -
YUV 141.14 153.32 166.41 -
System Red Green Blue C M Y K H S L
Decimal 195 105 186 0 0.46 0.05 0.24 306 0.43 0.59
Hex C3 69 BA 0 2E 5 18 132 2B 3B
Octal 303 151 272 0 56 5 30 462 53 73
Binary 11000011 1101001 10111010 0 101110 101 11000 100110010 101011 111011

Color Harmonies of #C369BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369BA

Black with #C369BA

Text Example


Text Example

White with #C369BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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