Html Css Color HEX #C368B0 Fuchsia

📋 copy color: '#C368B0'

red 195 ◦ green 104 ◦ blue 176

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

Shades of Fuchsia #C368B0

Tints of Fuchsia #C368B0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.89%

 BLUE value IS 176 (69.14% from 255) = 37.05%

R = 41.05%
G = 21.89%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C368B0 (or 0xC368B0) is known color: Fuchsia. HEX triplet: C3, 68 and B0. RGB value is (195,104,176). Sum of RGB (Red+Green+Blue) = 195+104+176=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C368B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C368B0 is #3C974F. Grayscale: #8B8B8B. Windows color (decimal): -3970896 or 11561155. OLE color: 11561155.

HSL color Cylindrical-coordinate representation of color #C368B0: hue angle of 312.53º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C368B0 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 104 176 -
CMYK 0 0.47 0.10 0.24
HSL 312.53º 0.43% 0.59% -
HSV(B) 312.53º 0.47% 0.76% -
XYZ 35.29 24.64 43.97 -
YUV 139.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 195 104 176 0 0.47 0.10 0.24 312.53 0.43 0.59
Hex C3 68 B0 0 2F A 18 139 2B 3B
Octal 303 150 260 0 57 12 30 471 53 73
Binary 11000011 1101000 10110000 0 101111 1010 11000 100111001 101011 111011

Color Harmonies of #C368B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C368B0

Black with #C368B0

Text Example


Text Example

White with #C368B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C368B0; }

 p { color: rgb(195,104,176); }

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

background-color css

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

 a { background-color: rgb(195,104,176); }

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

border-color css

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

 span { border-color: rgb(195,104,176); }

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