Html Css Color HEX #C369B2 Fuchsia

📋 copy color: '#C369B2'

red 195 ◦ green 105 ◦ blue 178

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

Shades of Fuchsia #C369B2

Tints of Fuchsia #C369B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.24%

R = 40.79%
G = 21.97%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C369B2 (or 0xC369B2) is known color: Fuchsia. HEX triplet: C3, 69 and B2. RGB value is (195,105,178). Sum of RGB (Red+Green+Blue) = 195+105+178=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C369B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C369B2 is #3C964D. Grayscale: #8C8C8C. Windows color (decimal): -3970638 or 11692483. OLE color: 11692483.

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

Color convert

RGB 195 105 178 -
CMYK 0 0.46 0.09 0.24
HSL 311.33º 0.43% 0.59% -
HSV(B) 311.33º 0.46% 0.76% -
XYZ 35.59 24.92 45.05 -
YUV 140.23 149.32 167.06 -
System Red Green Blue C M Y K H S L
Decimal 195 105 178 0 0.46 0.09 0.24 311.33 0.43 0.59
Hex C3 69 B2 0 2E 9 18 137 2B 3B
Octal 303 151 262 0 56 11 30 467 53 73
Binary 11000011 1101001 10110010 0 101110 1001 11000 100110111 101011 111011

Color Harmonies of #C369B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369B2

Black with #C369B2

Text Example


Text Example

White with #C369B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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