Html Css Color HEX #C369C6 Fuchsia

📋 copy color: '#C369C6'

red 195 ◦ green 105 ◦ blue 198

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

Shades of Fuchsia #C369C6

Tints of Fuchsia #C369C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.76%

R = 39.16%
G = 21.08%
B = 39.76%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C369C6 (or 0xC369C6) is known color: Fuchsia. HEX triplet: C3, 69 and C6. RGB value is (195,105,198). Sum of RGB (Red+Green+Blue) = 195+105+198=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 198 - color contains mainly: blue. Hex color #C369C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369C6 is #3C9639. Grayscale: #8E8E8E. Windows color (decimal): -3970618 or 13003203. OLE color: 13003203.

HSL color Cylindrical-coordinate representation of color #C369C6: hue angle of 298.06º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C369C6 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 105 198 -
CMYK 0.02 0.47 0 0.22
HSL 298.06º 0.45% 0.59% -
HSV(B) 298.06º 0.47% 0.78% -
XYZ 37.75 25.78 56.41 -
YUV 142.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 195 105 198 0.02 0.47 0 0.22 298.06 0.45 0.59
Hex C3 69 C6 2 2F 0 16 12A 2D 3B
Octal 303 151 306 2 57 0 26 452 55 73
Binary 11000011 1101001 11000110 10 101111 0 10110 100101010 101101 111011

Color Harmonies of #C369C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369C6

Black with #C369C6

Text Example


Text Example

White with #C369C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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