Html Css Color HEX #C362CB Fuchsia

📋 copy color: '#C362CB'

red 195 ◦ green 98 ◦ blue 203

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

Shades of Fuchsia #C362CB

Tints of Fuchsia #C362CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.93%

R = 39.31%
G = 19.76%
B = 40.93%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C362CB (or 0xC362CB) is known color: Fuchsia. HEX triplet: C3, 62 and CB. RGB value is (195,98,203). Sum of RGB (Red+Green+Blue) = 195+98+203=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #C362CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362CB is #3C9D34. Grayscale: #8A8A8A. Windows color (decimal): -3972405 or 13329091. OLE color: 13329091.

HSL color Cylindrical-coordinate representation of color #C362CB: hue angle of 295.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C362CB is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 98 203 -
CMYK 0.04 0.52 0 0.20
HSL 295.43º 0.5% 0.59% -
HSV(B) 295.43º 0.52% 0.8% -
XYZ 37.65 24.65 59.27 -
YUV 138.97 164.14 167.96 -
System Red Green Blue C M Y K H S L
Decimal 195 98 203 0.04 0.52 0 0.20 295.43 0.5 0.59
Hex C3 62 CB 4 34 0 14 127 32 3B
Octal 303 142 313 4 64 0 24 447 62 73
Binary 11000011 1100010 11001011 100 110100 0 10100 100100111 110010 111011

Color Harmonies of #C362CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C362CB

Black with #C362CB

Text Example


Text Example

White with #C362CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C362CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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