Html Css Color HEX #C369B8 Fuchsia

📋 copy color: '#C369B8'

red 195 ◦ green 105 ◦ blue 184

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

Shades of Fuchsia #C369B8

Tints of Fuchsia #C369B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.02%

R = 40.29%
G = 21.69%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C369B8 (or 0xC369B8) is known color: Fuchsia. HEX triplet: C3, 69 and B8. RGB value is (195,105,184). Sum of RGB (Red+Green+Blue) = 195+105+184=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C369B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369B8 is #3C9647. Grayscale: #8C8C8C. Windows color (decimal): -3970632 or 12085699. OLE color: 12085699.

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

Color convert

RGB 195 105 184 -
CMYK 0 0.46 0.06 0.24
HSL 307.33º 0.43% 0.59% -
HSV(B) 307.33º 0.46% 0.76% -
XYZ 36.21 25.17 48.3 -
YUV 140.92 152.32 166.58 -
System Red Green Blue C M Y K H S L
Decimal 195 105 184 0 0.46 0.06 0.24 307.33 0.43 0.59
Hex C3 69 B8 0 2E 6 18 133 2B 3B
Octal 303 151 270 0 56 6 30 463 53 73
Binary 11000011 1101001 10111000 0 101110 110 11000 100110011 101011 111011

Color Harmonies of #C369B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369B8

Black with #C369B8

Text Example


Text Example

White with #C369B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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