Html Css Color HEX #C465CB Fuchsia

📋 copy color: '#C465CB'

red 196 ◦ green 101 ◦ blue 203

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

Shades of Fuchsia #C465CB

Tints of Fuchsia #C465CB

RGB

 RED value IS 196 (76.95% from 255) = 39.2%

 GREEN value IS 101 (39.84% from 255) = 20.2%

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

R = 39.2%
G = 20.2%
B = 40.6%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C465CB (or 0xC465CB) is known color: Fuchsia. HEX triplet: C4, 65 and CB. RGB value is (196,101,203). Sum of RGB (Red+Green+Blue) = 196+101+203=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #C465CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465CB is #3B9A34. Grayscale: #8C8C8C. Windows color (decimal): -3906101 or 13329860. OLE color: 13329860.

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

Color convert

RGB 196 101 203 -
CMYK 0.03 0.50 0 0.20
HSL 295.88º 0.5% 0.6% -
HSV(B) 295.88º 0.5% 0.8% -
XYZ 38.2 25.35 59.38 -
YUV 141.03 162.97 167.21 -
System Red Green Blue C M Y K H S L
Decimal 196 101 203 0.03 0.50 0 0.20 295.88 0.5 0.6
Hex C4 65 CB 3 32 0 14 128 32 3C
Octal 304 145 313 3 62 0 24 450 62 74
Binary 11000100 1100101 11001011 11 110010 0 10100 100101000 110010 111100

Color Harmonies of #C465CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465CB

Black with #C465CB

Text Example


Text Example

White with #C465CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465CB; }

 p { color: rgb(196,101,203); }

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

background-color css

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

 a { background-color: rgb(196,101,203); }

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

border-color css

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

 span { border-color: rgb(196,101,203); }

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