Html Css Color HEX #C369BB Fuchsia

📋 copy color: '#C369BB'

red 195 ◦ green 105 ◦ blue 187

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

Shades of Fuchsia #C369BB

Tints of Fuchsia #C369BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 40.04%
G = 21.56%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C369BB (or 0xC369BB) is known color: Fuchsia. HEX triplet: C3, 69 and BB. RGB value is (195,105,187). Sum of RGB (Red+Green+Blue) = 195+105+187=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C369BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369BB is #3C9644. Grayscale: #8D8D8D. Windows color (decimal): -3970629 or 12282307. OLE color: 12282307.

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

Color convert

RGB 195 105 187 -
CMYK 0 0.46 0.04 0.24
HSL 305.33º 0.43% 0.59% -
HSV(B) 305.33º 0.46% 0.76% -
XYZ 36.53 25.29 49.97 -
YUV 141.26 153.82 166.33 -
System Red Green Blue C M Y K H S L
Decimal 195 105 187 0 0.46 0.04 0.24 305.33 0.43 0.59
Hex C3 69 BB 0 2E 4 18 131 2B 3B
Octal 303 151 273 0 56 4 30 461 53 73
Binary 11000011 1101001 10111011 0 101110 100 11000 100110001 101011 111011

Color Harmonies of #C369BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369BB

Black with #C369BB

Text Example


Text Example

White with #C369BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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