Html Css Color HEX #C369BD Fuchsia

📋 copy color: '#C369BD'

red 195 ◦ green 105 ◦ blue 189

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

Shades of Fuchsia #C369BD

Tints of Fuchsia #C369BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.65%

R = 39.88%
G = 21.47%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C369BD (or 0xC369BD) is known color: Fuchsia. HEX triplet: C3, 69 and BD. RGB value is (195,105,189). Sum of RGB (Red+Green+Blue) = 195+105+189=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C369BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369BD is #3C9642. Grayscale: #8D8D8D. Windows color (decimal): -3970627 or 12413379. OLE color: 12413379.

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

Color convert

RGB 195 105 189 -
CMYK 0 0.46 0.03 0.24
HSL 304º 0.43% 0.59% -
HSV(B) 304º 0.46% 0.76% -
XYZ 36.74 25.38 51.11 -
YUV 141.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 195 105 189 0 0.46 0.03 0.24 304 0.43 0.59
Hex C3 69 BD 0 2E 3 18 130 2B 3B
Octal 303 151 275 0 56 3 30 460 53 73
Binary 11000011 1101001 10111101 0 101110 11 11000 100110000 101011 111011

Color Harmonies of #C369BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369BD

Black with #C369BD

Text Example


Text Example

White with #C369BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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