Html Css Color HEX #C368BC Fuchsia

📋 copy color: '#C368BC'

red 195 ◦ green 104 ◦ blue 188

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

Shades of Fuchsia #C368BC

Tints of Fuchsia #C368BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.6%

R = 40.04%
G = 21.36%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C368BC (or 0xC368BC) is known color: Fuchsia. HEX triplet: C3, 68 and BC. RGB value is (195,104,188). Sum of RGB (Red+Green+Blue) = 195+104+188=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C368BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368BC is #3C9743. Grayscale: #8C8C8C. Windows color (decimal): -3970884 or 12347587. OLE color: 12347587.

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

Color convert

RGB 195 104 188 -
CMYK 0 0.47 0.04 0.24
HSL 304.62º 0.43% 0.59% -
HSV(B) 304.62º 0.47% 0.76% -
XYZ 36.53 25.13 50.5 -
YUV 140.79 154.65 166.67 -
System Red Green Blue C M Y K H S L
Decimal 195 104 188 0 0.47 0.04 0.24 304.62 0.43 0.59
Hex C3 68 BC 0 2F 4 18 131 2B 3B
Octal 303 150 274 0 57 4 30 461 53 73
Binary 11000011 1101000 10111100 0 101111 100 11000 100110001 101011 111011

Color Harmonies of #C368BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C368BC

Black with #C368BC

Text Example


Text Example

White with #C368BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C368BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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