Html Css Color HEX #C369B9 Fuchsia

📋 copy color: '#C369B9'

red 195 ◦ green 105 ◦ blue 185

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

Shades of Fuchsia #C369B9

Tints of Fuchsia #C369B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.14%

R = 40.21%
G = 21.65%
B = 38.14%

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

#C369B9 (or 0xC369B9) is known color: Fuchsia. HEX triplet: C3, 69 and B9. RGB value is (195,105,185). Sum of RGB (Red+Green+Blue) = 195+105+185=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C369B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369B9 is #3C9646. Grayscale: #8C8C8C. Windows color (decimal): -3970631 or 12151235. OLE color: 12151235.

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

Color convert

RGB 195 105 185 -
CMYK 0 0.46 0.05 0.24
HSL 306.67º 0.43% 0.59% -
HSV(B) 306.67º 0.46% 0.76% -
XYZ 36.31 25.21 48.85 -
YUV 141.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 195 105 185 0 0.46 0.05 0.24 306.67 0.43 0.59
Hex C3 69 B9 0 2E 5 18 133 2B 3B
Octal 303 151 271 0 56 5 30 463 53 73
Binary 11000011 1101001 10111001 0 101110 101 11000 100110011 101011 111011

Color Harmonies of #C369B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369B9

Black with #C369B9

Text Example


Text Example

White with #C369B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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