Html Css Color HEX #C369B6 Fuchsia

📋 copy color: '#C369B6'

red 195 ◦ green 105 ◦ blue 182

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

Shades of Fuchsia #C369B6

Tints of Fuchsia #C369B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.76%

R = 40.46%
G = 21.78%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C369B6 (or 0xC369B6) is known color: Fuchsia. HEX triplet: C3, 69 and B6. RGB value is (195,105,182). Sum of RGB (Red+Green+Blue) = 195+105+182=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C369B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369B6 is #3C9649. Grayscale: #8C8C8C. Windows color (decimal): -3970634 or 11954627. OLE color: 11954627.

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

Color convert

RGB 195 105 182 -
CMYK 0 0.46 0.07 0.24
HSL 308.67º 0.43% 0.59% -
HSV(B) 308.67º 0.46% 0.76% -
XYZ 36 25.08 47.2 -
YUV 140.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 195 105 182 0 0.46 0.07 0.24 308.67 0.43 0.59
Hex C3 69 B6 0 2E 7 18 135 2B 3B
Octal 303 151 266 0 56 7 30 465 53 73
Binary 11000011 1101001 10110110 0 101110 111 11000 100110101 101011 111011

Color Harmonies of #C369B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369B6

Black with #C369B6

Text Example


Text Example

White with #C369B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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