Html Css Color HEX #C362B2 Fuchsia

📋 copy color: '#C362B2'

red 195 ◦ green 98 ◦ blue 178

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

Shades of Fuchsia #C362B2

Tints of Fuchsia #C362B2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.81%

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

R = 41.4%
G = 20.81%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C362B2 (or 0xC362B2) is known color: Fuchsia. HEX triplet: C3, 62 and B2. RGB value is (195,98,178). Sum of RGB (Red+Green+Blue) = 195+98+178=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C362B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C362B2 is #3C9D4D. Grayscale: #878787. Windows color (decimal): -3972430 or 11690691. OLE color: 11690691.

HSL color Cylindrical-coordinate representation of color #C362B2: hue angle of 310.52º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C362B2 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 98 178 -
CMYK 0 0.50 0.09 0.24
HSL 310.52º 0.45% 0.57% -
HSV(B) 310.52º 0.5% 0.76% -
XYZ 34.91 23.55 44.83 -
YUV 136.12 151.64 170 -
System Red Green Blue C M Y K H S L
Decimal 195 98 178 0 0.50 0.09 0.24 310.52 0.45 0.57
Hex C3 62 B2 0 32 9 18 137 2D 39
Octal 303 142 262 0 62 11 30 467 55 71
Binary 11000011 1100010 10110010 0 110010 1001 11000 100110111 101101 111001

Color Harmonies of #C362B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C362B2

Black with #C362B2

Text Example


Text Example

White with #C362B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C362B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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